Skip to content

Commit

Permalink
docs: typo fix in README.md for excluding/including (#443)
Browse files Browse the repository at this point in the history
* docs: typo fix in README.md for excluding/including

* flip
  • Loading branch information
JoshuaKGoldberg committed Feb 6, 2024
1 parent 26667a1 commit cb330fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ module.exports = [
|| `recommended` | enables all recommended rules in this plugin |
| | `rules-recommended` | enables all recommended rules that are aimed at linting ESLint rule files |
| | `tests-recommended` | enables all recommended rules that are aimed at linting ESLint test files |
| | `all` | enables all rules in this plugin, including those requiring type information |
| | `all` | enables all rules in this plugin, excluding those requiring type information |
| | `all-type-checked` | enables all rules in this plugin, including those requiring type information |
| | `rules` | enables all rules that are aimed at linting ESLint rule files |
| | `tests` | enables all rules that are aimed at linting ESLint test files |
Expand Down

0 comments on commit cb330fc

Please sign in to comment.