Skip to content

Commit 45790a9

Browse files
committed
cleanup config
1 parent 4c9b033 commit 45790a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eslint.config.mjs

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ export default [
4545
'no-underscore-dangle': 'off',
4646
'react/forbid-prop-types': 'off',
4747
'react/jsx-fragments': 'off',
48-
'react/jsx-filename-extension': 'off',
49-
// 'import/extensions': ['error', 'ignorePackages'],
5048
'import/no-named-as-default': 'off',
5149
'import/no-named-as-default-member': 'off',
5250
},

0 commit comments

Comments
 (0)