Skip to content

Commit a9d954f

Browse files
committed
turn on no-underscore-dangle warning
1 parent 8febdcb commit a9d954f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"no-import-assign": 2,
4141
"no-promise-executor-return": 0, //temporarily off
4242
"no-restricted-exports": 1,
43-
"no-underscore-dangle": 0,
43+
"no-underscore-dangle": 1,
4444
"no-useless-catch": 2,
4545
"no-plusplus": "off",
4646
"prefer-object-spread": 0,

0 commit comments

Comments
 (0)