diff --git a/README.md b/README.md index d3c7169a..2e95af12 100644 --- a/README.md +++ b/README.md @@ -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 |