You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `eslint-plugin` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:
22
34
@@ -38,7 +50,7 @@ Then configure the rules you want to use under the rules section.
38
50
}
39
51
```
40
52
41
-
## Supported Rules
53
+
## <aname='SupportedRules'></a>Supported Rules
42
54
43
55
* ✔️ if the rule belongs to the `recommended` configuration
44
56
* 🛠 if some problems reported by the rule are automatically fixable by the `--fix`[command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) option
@@ -73,7 +85,7 @@ Name | ✔️ | 🛠 | 💡 | Description
73
85
[test-case-shorthand-strings](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/master/docs/rules/test-case-shorthand-strings.md) | | 🛠 | | enforce consistent usage of shorthand strings for test cases with no options
0 commit comments