We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd666ee commit 1bd2e18Copy full SHA for 1bd2e18
.eslintrc
@@ -12,10 +12,6 @@
12
"import/namespace": 0,
13
"import/no-unresolved": 0,
14
"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,
19
"comma-dangle": 0, // not sure why airbnb turned this on. gross!
20
"indent": [2, 2, {"SwitchCase": 1}],
21
"no-console": 0,
0 commit comments