Skip to content

Commit de3f5cf

Browse files
Merge pull request #10 from 60frames/no-underscore-dangle
Turn off no-underscore-dangle
2 parents 2192c6b + a7092c9 commit de3f5cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc-default

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"no-lonely-if": 2,
4040
"no-multiple-empty-lines": [1, { "max": 2 }],
4141
"no-nested-ternary": 2,
42+
"no-underscore-dangle": 0,
4243
"no-unneeded-ternary": 2,
4344
"object-curly-spacing": 2,
4445
"one-var": [2, "never"],

0 commit comments

Comments
 (0)