Skip to content

Commit cb330fc

Browse files
docs: typo fix in README.md for excluding/including (#443)
* docs: typo fix in README.md for excluding/including * flip
1 parent 26667a1 commit cb330fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ module.exports = [
128128
|| `recommended` | enables all recommended rules in this plugin |
129129
| | `rules-recommended` | enables all recommended rules that are aimed at linting ESLint rule files |
130130
| | `tests-recommended` | enables all recommended rules that are aimed at linting ESLint test files |
131-
| | `all` | enables all rules in this plugin, including those requiring type information |
131+
| | `all` | enables all rules in this plugin, excluding those requiring type information |
132132
| | `all-type-checked` | enables all rules in this plugin, including those requiring type information |
133133
| | `rules` | enables all rules that are aimed at linting ESLint rule files |
134134
| | `tests` | enables all rules that are aimed at linting ESLint test files |

0 commit comments

Comments
 (0)