Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit e3018dd

Browse files
Update deps (#689)
1 parent d204478 commit e3018dd

File tree

3 files changed

+282
-285
lines changed

3 files changed

+282
-285
lines changed

.eslintrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ rules:
144144
import/dynamic-import-chunkname: off
145145

146146
##############################################################################
147-
# ESLint builtin rules list based on `v7.6.x`
147+
# ESLint builtin rules list based on `v7.7.x`
148148
##############################################################################
149149

150150
# Possible Errors
@@ -327,7 +327,7 @@ rules:
327327
no-restricted-syntax: off
328328
no-tabs: error
329329
no-ternary: off
330-
no-underscore-dangle: off
330+
no-underscore-dangle: off # TODO
331331
no-unneeded-ternary: error
332332
one-var: [error, never]
333333
operator-assignment: error

0 commit comments

Comments
 (0)