Skip to content

Commit 32f5e80

Browse files
dawsbotbeefancohen
authored andcommitted
[readme] - Add recommended plugin instructions (#111)
1 parent 3c8351e commit 32f5e80

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,18 @@ Then configure the rules you want to use under the rules section.
6868
}
6969
```
7070

71+
72+
You can also enable all the recommended rules at once. Replace `jsx-a11y` in `plugins`:
73+
74+
```json
75+
{
76+
"plugins": {
77+
"plugin:jsx-a11y/recommended"
78+
}
79+
}
80+
```
81+
82+
7183
## Supported Rules
7284

7385
- [anchor-has-content](docs/rules/anchor-has-content.md): Enforce all anchors to contain accessible content.

0 commit comments

Comments
 (0)