We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb84abc commit 8b889bfCopy full SHA for 8b889bf
README.md
@@ -88,6 +88,7 @@ Add `plugin:jsx-a11y/recommended` or `plugin:jsx-a11y/strict` in `extends`:
88
"extends": ["plugin:jsx-a11y/recommended"]
89
}
90
```
91
+> As you are extending our configuration, you can omit `"plugins": ["jsx-a11y"]` from your `.eslintrc` configuration file.
92
93
To enable your custom components to be checked as DOM elements, you can set global settings in your
94
configuration file by mapping each custom component name to a DOM element type.
0 commit comments