File tree 4 files changed +3
-10
lines changed
eslint-plugin-react-x/src/rules
4 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ A series of composable ESLint rules for React and friends.
12
12
- ** Performant** : Built with performance in mind, optimized for large codebases.
13
13
- ** Future-proof** : Forward-looking architecture that anticipates future changes in React and TypeScript.
14
14
- ** Precision Control** : Fully customizable rule severity levels, allowing you to enforce or relax rules as needed.
15
- - ** Context-aware Linting** : Rules dynamically adapt to code structure and project settings, minimizing noise while maximizing relevance .
15
+ - ** Context-aware Linting** : Rules dynamically adapt to code structure and project settings, ensuring accurate linting .
16
16
17
17
## Public Packages
18
18
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const features = [
21
21
] ,
22
22
[
23
23
"Context-aware Linting" ,
24
- "Rules dynamically adapt to code structure and project settings, minimizing noise while maximizing relevance ." ,
24
+ "Rules dynamically adapt to code structure and project settings, ensuring accurate linting ." ,
25
25
CircleDotDashed ,
26
26
] ,
27
27
] as const ;
Original file line number Diff line number Diff line change @@ -14,13 +14,6 @@ react-x/no-class-component
14
14
@eslint-react/no-class-component
15
15
```
16
16
17
- ** Presets**
18
-
19
- - ` x `
20
- - ` recommended `
21
- - ` recommended-typescript `
22
- - ` recommended-type-checked `
23
-
24
17
## Description
25
18
26
19
Disallow class components except for error boundaries.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ A series of composable ESLint rules for React and friends.
12
12
- ** Performant** : Built with performance in mind, optimized for large codebases.
13
13
- ** Future-proof** : Forward-looking architecture that anticipates future changes in React and TypeScript.
14
14
- ** Precision Control** : Fully customizable rule severity levels, allowing you to enforce or relax rules as needed.
15
- - ** Context-aware Linting** : Rules dynamically adapt to code structure and project settings, minimizing noise while maximizing relevance .
15
+ - ** Context-aware Linting** : Rules dynamically adapt to code structure and project settings, ensuring accurate linting .
16
16
17
17
## Public Packages
18
18
You can’t perform that action at this time.
0 commit comments