Skip to content

Commit

Permalink
Merge pull request #786 from denis-sokolov/patch-3
Browse files Browse the repository at this point in the history
[Docs] Clarify the title of the strictness table in the main doc
  • Loading branch information
jessebeach committed Apr 6, 2021
2 parents df3c7ad + 5aa8db9 commit 6b9e89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -133,7 +133,7 @@ Add `plugin:jsx-a11y/recommended` or `plugin:jsx-a11y/strict` in `extends`:
- [scope](docs/rules/scope.md): Enforce `scope` prop is only used on `<th>` elements.
- [tabindex-no-positive](docs/rules/tabindex-no-positive.md): Enforce `tabIndex` value is not greater than zero.

### Difference between 'recommended' and 'strict' mode
### Rule strictness in different modes

Rule | Recommended | Strict
------------ | ------------- | -------------
Expand Down

0 comments on commit 6b9e89f

Please sign in to comment.