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 b33c529 commit 68337c0Copy full SHA for 68337c0
.eslintrc
@@ -14,7 +14,8 @@
14
"import/named": 0,
15
"import/namespace": 0,
16
"import/no-unresolved": 0,
17
- "import/no-named-as-default": 2,
+ "import/no-named-as-default": 0,
18
+ "import/no-named-as-default-member": 0,
19
"comma-dangle": 0, // not sure why airbnb turned this on. gross!
20
"indent": 0,
21
"no-console": 0,
0 commit comments