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 f05824c commit 06108f4Copy full SHA for 06108f4
template/.eslintrc
@@ -27,6 +27,7 @@
27
}
28
],
29
"import/extensions": "off",
30
+ "import/prefer-default-export": "off",
31
"no-param-reassign": "off",
32
"one-var-declaration-per-line": "off"
33
},
0 commit comments