Skip to content

Commit 8b889bf

Browse files
Luccasoliljharb
authored andcommitted
[readme] Preventing code repetition in user's eslint config file
1 parent bb84abc commit 8b889bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Add `plugin:jsx-a11y/recommended` or `plugin:jsx-a11y/strict` in `extends`:
8888
"extends": ["plugin:jsx-a11y/recommended"]
8989
}
9090
```
91+
> As you are extending our configuration, you can omit `"plugins": ["jsx-a11y"]` from your `.eslintrc` configuration file.
9192
9293
To enable your custom components to be checked as DOM elements, you can set global settings in your
9394
configuration file by mapping each custom component name to a DOM element type.

0 commit comments

Comments
 (0)