File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments