File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/website/content/docs
packages/plugins/eslint-plugin/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ The following presets are available in `@eslint-react/eslint-plugin`:
3030### Combined (beta)
3131
3232- ` no-deprecated ` \
33- Enable all non-deprecated rules from the ` x ` , ` dom ` , and ` web-api ` presets.\
33+ Enable all non-deprecated rules from the ` x ` and ` dom ` presets.\
3434 _ This preset sets the severity of these rules to ` "error" ` ._
3535
3636## Other
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export default {
7575 */
7676 [ "dom" ] : domConfig ,
7777 /**
78- * Enable all non-deprecated rules from the `x`, `dom`, and `web-api ` presets
78+ * Enable all non-deprecated rules from the `x` and `dom ` presets
7979 * This preset sets the severity of these rules to `"error"`
8080 */
8181 [ "no-deprecated" ] : noDeprecatedConfig ,
You can’t perform that action at this time.
0 commit comments