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 5ffb253 commit 74219a2Copy full SHA for 74219a2
packages/eslint-config/index.js
@@ -120,11 +120,11 @@ module.exports = {
120
'default-case': 'off',
121
'func-names': 'off',
122
'global-require': 'off',
123
- // 'import/export': 'off',
124
- // 'import/extensions': 'off',
125
- // 'import/no-default-export': 'off',
126
- // 'import/no-unresolved': 'off',
127
- // 'import/prefer-default-export': 'off',
+ 'import/export': 'off',
+ 'import/extensions': 'off',
+ 'import/no-default-export': 'off',
+ 'import/no-unresolved': 'off',
+ 'import/prefer-default-export': 'off',
128
'lines-between-class-members': 'off',
129
'max-classes-per-file': 'off',
130
'no-bitwise': 'off',
0 commit comments