Skip to content

Commit

Permalink
[readme] Preventing code repetition in user's eslint config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Luccasoli authored and ljharb committed Aug 13, 2022
1 parent bb84abc commit 8b889bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -88,6 +88,7 @@ Add `plugin:jsx-a11y/recommended` or `plugin:jsx-a11y/strict` in `extends`:
"extends": ["plugin:jsx-a11y/recommended"]
}
```
> As you are extending our configuration, you can omit `"plugins": ["jsx-a11y"]` from your `.eslintrc` configuration file.
To enable your custom components to be checked as DOM elements, you can set global settings in your
configuration file by mapping each custom component name to a DOM element type.
Expand Down

0 comments on commit 8b889bf

Please sign in to comment.