Skip to content

Commit 3676534

Browse files
committed
eslintrc: fix double config
1 parent 1a7cfaa commit 3676534

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"no-promise-executor-return": 0, //temporarily off
4242
"no-restricted-exports": 1,
4343
"no-underscore-dangle": 0,
44-
"no-underscore-dangle": 0,
4544
"no-useless-catch": 2,
4645
"prefer-object-spread": 0,
4746
"max-len": [1, 120, 2, {"ignoreComments": true, "ignoreTemplateLiterals": true}],

0 commit comments

Comments
 (0)