Skip to content

Commit f61f4dc

Browse files
Remove ESLint rules we should fix instead
1 parent 243bfd8 commit f61f4dc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

eslint.config.mjs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,6 @@ export default defineConfig([
5555
plugins: {
5656
'react-hooks': pluginReactHooks,
5757
},
58-
rules: {
59-
'react/prop-types': 0,
60-
'jsx-a11y/anchor-has-content': 0,
61-
'jsx-a11y/alt-text': 0,
62-
'jsx-a11y/heading-has-content': 0,
63-
'react-hooks/exhaustive-deps': 0,
64-
},
6558
settings: {
6659
react: {
6760
version: 'detect',

0 commit comments

Comments
 (0)