Skip to content

Commit d57b557

Browse files
Remove ESLint rules we should fix instead
1 parent a1b91b3 commit d57b557

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

eslint.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ export default defineConfig([
5858
},
5959
rules: {
6060
'import/no-unresolved': 'off',
61-
'react/prop-types': 0,
62-
'jsx-a11y/anchor-has-content': 0,
63-
'jsx-a11y/alt-text': 0,
64-
'jsx-a11y/heading-has-content': 0,
65-
'react-hooks/exhaustive-deps': 0,
6661
},
6762
settings: {
6863
react: {

0 commit comments

Comments
 (0)