Skip to content

Commit 95a3465

Browse files
committed
docs: minor improvements
1 parent 6e25ede commit 95a3465

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
@@ -82,7 +82,7 @@ export default tseslint.config({
8282
### TypeScript Specialized
8383

8484
- **Recommended TypeScript** (`recommended-typescript`)\
85-
Same as the `recommended` preset but disables rules that can be covered by TypeScript.
85+
Same as the `recommended` preset but disables rules that can be enforced by TypeScript.
8686

8787
- **Recommended Type-Checked** (`recommended-type-checked`)\
8888
Same as the `recommended-typescript` preset but enables additional rules that require type information.

packages/plugins/eslint-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default tseslint.config({
8282
### TypeScript Specialized
8383

8484
- **Recommended TypeScript** (`recommended-typescript`)\
85-
Same as the `recommended` preset but disables rules that can be covered by TypeScript.
85+
Same as the `recommended` preset but disables rules that can be enforced by TypeScript.
8686

8787
- **Recommended Type-Checked** (`recommended-type-checked`)\
8888
Same as the `recommended-typescript` preset but enables additional rules that require type information.

website/pages/docs/presets.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following presets are available in `@eslint-react/eslint-plugin`:
3030
### TypeScript Specialized
3131

3232
- **Recommended TypeScript** (`recommended-typescript`)\
33-
Same as the `recommended` preset but disables rules that can be covered by TypeScript.
33+
Same as the `recommended` preset but disables rules that can be enforced by TypeScript.
3434

3535
- **Recommended Type-Checked** (`recommended-type-checked`)\
3636
Same as the `recommended-typescript` preset but enables additional rules that require type information.
@@ -75,7 +75,7 @@ The following presets are available in `@eslint-react/eslint-plugin`:
7575
### TypeScript Specialized
7676

7777
- **Recommended TypeScript** (`recommended-typescript-legacy`)\
78-
Same as the `recommended` preset but disables rules that can be covered by TypeScript.
78+
Same as the `recommended` preset but disables rules that can be enforced by TypeScript.
7979

8080
- **Recommended Type-Checked** (`recommended-type-checked-legacy`)\
8181
Same as the `recommended-typescript` preset but enables additional rules that require type information.

0 commit comments

Comments
 (0)