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.
import/no-anonymous-default-export
1 parent ce10092 commit 82a133dCopy full SHA for 82a133d
index.js
@@ -28,7 +28,7 @@ module.exports = {
28
29
'func-names': 'off',
30
31
- 'import/no-anonymous-default-export': 'error',
+ 'import/no-anonymous-default-export': ['error', { allowArray: true, allowObject: true }],
32
'import/order': 'off',
33
'import/prefer-default-export': 'off',
34
0 commit comments