Skip to content

Commit bbe1d19

Browse files
authored
Updated README for more clear setting of modes
Added strict to the examples of enabling a mode.
1 parent cf8d09f commit bbe1d19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ Then configure the rules you want to use under the rules section.
7979
```
8080

8181

82-
You can also enable all the recommended rules at once. Add `plugin:jsx-a11y/recommended` in `extends`:
82+
You can also enable all the recommended or strict rules at once.
83+
Add `plugin:jsx-a11y/recommended` or `plugin:jsx-a11y/strict` in `extends`:
8384

8485
```json
8586
{

0 commit comments

Comments
 (0)