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
@@ -50,7 +52,7 @@ Then configure the rules you want to use under the rules section.
50
52
}
51
53
```
52
54
53
-
## <aname='SupportedRules'></a>Supported Rules
55
+
## <aname='Rules'></a>Rules
54
56
55
57
* ✔️ if the rule belongs to the `recommended` configuration
56
58
* 🛠 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
@@ -85,7 +87,7 @@ Name | ✔️ | 🛠 | 💡 | Description
85
87
[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
The list of recommended rules will only change in a major release of this plugin. However, new non-recommended rules might be added in a minor release of this plugin. Therefore, the using the `all`, `rules`, and `tests` presets is **not recommended for production use**, because the addition of new rules in a minor release could break your build.
100
104
105
+
### <aname='Presetusage'></a>Preset usage
106
+
101
107
Presets are enabled by adding a line to the `extends` list in your config file. For example, to enable the `recommended` preset, use:
0 commit comments