We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9b033 commit 45790a9Copy full SHA for 45790a9
eslint.config.mjs
@@ -45,8 +45,6 @@ export default [
45
'no-underscore-dangle': 'off',
46
'react/forbid-prop-types': 'off',
47
'react/jsx-fragments': 'off',
48
- 'react/jsx-filename-extension': 'off',
49
- // 'import/extensions': ['error', 'ignorePackages'],
50
'import/no-named-as-default': 'off',
51
'import/no-named-as-default-member': 'off',
52
},
0 commit comments