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 c90a574 commit 6a13d18Copy full SHA for 6a13d18
README.md
@@ -69,11 +69,11 @@ Then configure the rules you want to use under the rules section.
69
```
70
71
72
-You can also enable all the recommended rules at once. Replace `jsx-a11y` in `plugins`:
+You can also enable all the recommended rules at once. Add `plugin:jsx-a11y/recommended` in `extends`:
73
74
```json
75
{
76
- "plugins": {
+ "extends": {
77
"plugin:jsx-a11y/recommended"
78
}
79
0 commit comments