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 48a4b5a commit 7d311a6Copy full SHA for 7d311a6
packages/eslint-config-react/shared.js
@@ -21,6 +21,8 @@ module.exports = {
21
'newlines-between': 'never',
22
},
23
],
24
+ // We allow named and default export
25
+ 'import/prefer-default-export': 'off',
26
// This allows us to reenable ForOfStatement.
27
// While this has been disabled in airbnb configuration it's native to the browsers we support
28
// so the original argument about weight is no up to date https://github.com/airbnb/javascript/issues/1271
0 commit comments