File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/plugins/eslint-plugin Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ A series of future-proof ESLint rules for React and friends.
10
10
## Features
11
11
12
12
- ** Performant** : Built with performance in mind, optimized for large codebases.
13
- - ** Future-proof** : Forward-looking architecture that anticipates future React features .
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
15
- ** Context-aware Linting** : Rules that understand the context of your code and project configuration, providing more accurate linting results.
16
16
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const features = [
11
11
] ,
12
12
[
13
13
"Future-proof" ,
14
- "Forward-looking architecture that anticipates future React features ." ,
14
+ "Forward-looking architecture that anticipates future changes in React and TypeScript ." ,
15
15
Shield ,
16
16
] ,
17
17
[
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ A series of future-proof ESLint rules for React and friends.
10
10
## Features
11
11
12
12
- ** Performant** : Built with performance in mind, optimized for large codebases.
13
- - ** Future-proof** : Forward-looking architecture that anticipates future React features .
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
15
- ** Context-aware Linting** : Rules that understand the context of your code and project configuration, providing more accurate linting results.
16
16
You can’t perform that action at this time.
0 commit comments