Skip to content

Commit 1bd2e18

Browse files
committed
chore(eslint): re-enable block-scoped-var + padded-blocks
1 parent cd666ee commit 1bd2e18

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.eslintrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
"import/namespace": 0,
1313
"import/no-unresolved": 0,
1414
"import/no-named-as-default": 2,
15-
// Temporarirly disabled due to a possible bug in babel-eslint (todomvc example)
16-
"block-scoped-var": 0,
17-
// Temporarily disabled for test/* until babel/babel-eslint#33 is resolved
18-
"padded-blocks": 0,
1915
"comma-dangle": 0, // not sure why airbnb turned this on. gross!
2016
"indent": [2, 2, {"SwitchCase": 1}],
2117
"no-console": 0,

0 commit comments

Comments
 (0)