Skip to content

Commit cf841c3

Browse files
committed
Update no-deprecated preset documentation to reflect removal of web-api rules
1 parent 4540aec commit cf841c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/website/content/docs/presets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/plugins/eslint-plugin/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)