From cb330fc01166f3b1ca6b64f84d66bf4e7fe7cd2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josh=20Goldberg=20=E2=9C=A8?= Date: Tue, 6 Feb 2024 11:38:35 -0500 Subject: [PATCH] docs: typo fix in README.md for excluding/including (#443) * docs: typo fix in README.md for excluding/including * flip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |