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 243bfd8 commit f61f4dcCopy full SHA for f61f4dc
eslint.config.mjs
@@ -55,13 +55,6 @@ export default defineConfig([
55
plugins: {
56
'react-hooks': pluginReactHooks,
57
},
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
- },
65
settings: {
66
react: {
67
version: 'detect',
0 commit comments