File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ module.exports = [
128
128
| ✅ | ` recommended ` | enables all recommended rules in this plugin |
129
129
| | ` rules-recommended ` | enables all recommended rules that are aimed at linting ESLint rule files |
130
130
| | ` 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 |
132
132
| | ` all-type-checked ` | enables all rules in this plugin, including those requiring type information |
133
133
| | ` rules ` | enables all rules that are aimed at linting ESLint rule files |
134
134
| | ` tests ` | enables all rules that are aimed at linting ESLint test files |
You can’t perform that action at this time.
0 commit comments