Skip to content

Commit c304a78

Browse files
committed
turn off block scoped var rule
1 parent 7fab92b commit c304a78

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
@@ -5,7 +5,7 @@
55
},
66
"globals": {},
77
"rules": {
8-
"block-scoped-var": 1,
8+
"block-scoped-var": 0,
99
"camelcase": 0,
1010
"comma-spacing": [1, {"before": false, "after": true}],
1111
"consistent-return": 2,

0 commit comments

Comments
 (0)