File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages/plugins/eslint-plugin Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ export default tseslint.config({
82
82
### TypeScript Specialized
83
83
84
84
- ** 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.
86
86
87
87
- ** Recommended Type-Checked** (` recommended-type-checked ` )\
88
88
Same as the ` recommended-typescript ` preset but enables additional rules that require type information.
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ export default tseslint.config({
82
82
### TypeScript Specialized
83
83
84
84
- ** 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.
86
86
87
87
- ** Recommended Type-Checked** (` recommended-type-checked ` )\
88
88
Same as the ` recommended-typescript ` preset but enables additional rules that require type information.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ The following presets are available in `@eslint-react/eslint-plugin`:
30
30
### TypeScript Specialized
31
31
32
32
- ** 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.
34
34
35
35
- ** Recommended Type-Checked** (` recommended-type-checked ` )\
36
36
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`:
75
75
### TypeScript Specialized
76
76
77
77
- ** 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.
79
79
80
80
- ** Recommended Type-Checked** (` recommended-type-checked-legacy ` )\
81
81
Same as the ` recommended-typescript ` preset but enables additional rules that require type information.
You can’t perform that action at this time.
0 commit comments