File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
packages/plugins/eslint-plugin Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ A series of future-proof ESLint rules for React and friends.
1010## Features
1111
1212- ** Performant** : Built with performance in mind, optimized for large codebases.
13- - ** Future-proof** : Forward-looking architecture that anticipates future React features.
1413- ** Precision Control** : Fully customizable rule severity levels, allowing you to enforce or relax rules as needed.
1514- ** Context-aware Linting** : Rules that understand the context of your code and project configuration, providing more accurate linting results.
15+ - ** Future-proof** : Forward-looking architecture that anticipates future changes in React and TypeScript, ensuring long-term compatibility.
1616
1717## Public Packages
1818
Original file line number Diff line number Diff line change @@ -9,11 +9,6 @@ const features = [
99 "Built with performance in mind, optimized for large codebases." ,
1010 Zap ,
1111 ] ,
12- [
13- "Future-proof" ,
14- "Forward-looking architecture that anticipates future React features." ,
15- Shield ,
16- ] ,
1712 [
1813 "Precision Control" ,
1914 "Fully customizable rule severity levels, allowing you to enforce or relax rules as needed." ,
@@ -24,6 +19,11 @@ const features = [
2419 "Rules that understand the context of your code and project configuration, providing more accurate linting results." ,
2520 Eye ,
2621 ] ,
22+ [
23+ "Future-proof" ,
24+ "Forward-looking architecture that anticipates future changes in React and TypeScript, ensuring long-term compatibility." ,
25+ Shield ,
26+ ] ,
2727] as const ;
2828
2929export default function HomePage ( ) {
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ A series of future-proof ESLint rules for React and friends.
1010## Features
1111
1212- ** Performant** : Built with performance in mind, optimized for large codebases.
13- - ** Future-proof** : Forward-looking architecture that anticipates future React features.
1413- ** Precision Control** : Fully customizable rule severity levels, allowing you to enforce or relax rules as needed.
1514- ** Context-aware Linting** : Rules that understand the context of your code and project configuration, providing more accurate linting results.
15+ - ** Future-proof** : Forward-looking architecture that anticipates future changes in React and TypeScript, ensuring long-term compatibility.
1616
1717## Public Packages
1818
You can’t perform that action at this time.
0 commit comments