Skip to content

Commit ce09cfc

Browse files
committed
docs: clarify general purpose rules description for ESLint React presets
1 parent 19fc8d9 commit ce09cfc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default tseslint.config({
7676
### General Purpose
7777

7878
- **Recommended** (`recommended`)\
79-
Enforce rules that are recommended by ESLint React.\
79+
Enforce rules that are recommended by ESLint React for general purpose `React` + `React DOM` applications.
8080
_This preset includes the `core`, `dom`, and `web-api` presets._
8181

8282
### TypeScript Specialized

packages/plugins/eslint-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default tseslint.config({
7676
### General Purpose
7777

7878
- **Recommended** (`recommended`)\
79-
Enforce rules that are recommended by ESLint React.\
79+
Enforce rules that are recommended by ESLint React for general purpose `React` + `React DOM` applications.
8080
_This preset includes the `core`, `dom`, and `web-api` presets._
8181

8282
### TypeScript Specialized

website/pages/docs/presets.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following presets are available in `@eslint-react/eslint-plugin`:
2424
### General Purpose
2525

2626
- **Recommended** (`recommended`)\
27-
Enforce rules that are recommended by ESLint React.\
27+
Enforce rules that are recommended by ESLint React for general purpose `React` + `React DOM` applications.\
2828
_This preset includes the `core`, `dom`, and `web-api` presets._
2929

3030
### TypeScript Specialized
@@ -69,7 +69,7 @@ The following presets are available in `@eslint-react/eslint-plugin`:
6969
### General Purpose
7070

7171
- **Recommended** (`recommended-legacy`)\
72-
Enforce rules that are recommended by ESLint React.\
72+
Enforce rules that are recommended by ESLint React for general purpose `React` + `React DOM` applications.\
7373
_This preset includes the `core`, `dom`, and `web-api` presets._
7474

7575
### TypeScript Specialized

0 commit comments

Comments
 (0)