File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed
packages/plugins/eslint-plugin Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ A series of composable ESLint plugins for libraries and frameworks that use Reac
66
77## Features
88
9- - ** Universal** : Works seamlessly with any library or framework that uses React.
10- - ** Maximum Flexibility** : Achieves extensive capabilities with minimal configuration effort.
11- - ** Advanced Analysis Logic** : Handles complex scenarios and identifies problems that tools like ` biome ` and ` eslint-plugin-react ` might miss.
9+ - ** Flexible** : Increased flexibility with fewer rule options.
10+ - ** Composable** : Create your own presets by composing atomic rules to fit your project's needs.
11+ - ** Comprehensive** : First-class support for TypeScript, React UI libraries and polymorphic components.
12+ - ** Advanced Analysis Logic** : Handles complex scenarios and identifies problems that tools like ` biome ` and ` eslint-plugin-react ` could miss.
1213
1314## Public packages
1415
Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ A series of composable ESLint plugins for libraries and frameworks that use Reac
66
77## Features
88
9- - ** Universal** : Works seamlessly with any library or framework that uses React.
10- - ** Maximum Flexibility** : Achieves extensive capabilities with minimal configuration effort.
11- - ** Advanced Analysis Logic** : Handles complex scenarios and identifies problems that tools like ` biome ` and ` eslint-plugin-react ` might miss.
9+ - ** Flexible** : Increased flexibility with fewer rule options.
10+ - ** Composable** : Create your own presets by composing atomic rules to fit your project's needs.
11+ - ** Comprehensive** : First-class support for TypeScript, React UI libraries and polymorphic components.
12+ - ** Advanced Analysis Logic** : Handles complex scenarios and identifies problems that tools like ` biome ` and ` eslint-plugin-react ` could miss.
1213
1314## Public packages
1415
Original file line number Diff line number Diff line change @@ -13,9 +13,10 @@ A series of composable ESLint plugins for libraries and frameworks that use Reac
1313
1414## Features
1515
16- - ** Universal** : Works seamlessly with any library or framework that uses React.
17- - ** Maximum Flexibility** : Achieves extensive capabilities with minimal configuration effort.
18- - ** Advanced Analysis Logic** : Handles complex scenarios and identifies problems that tools like ` biome ` and ` eslint-plugin-react ` might miss.
16+ - ** Flexible** : Increased flexibility with fewer rule options.
17+ - ** Composable** : Create your own presets by composing atomic rules to fit your project's needs.
18+ - ** Comprehensive** : First-class support for TypeScript, React UI libraries and polymorphic components.
19+ - ** Advanced Analysis Logic** : Handles complex scenarios and identifies problems that tools like ` biome ` and ` eslint-plugin-react ` could miss.
1920
2021## Public packages
2122
You can’t perform that action at this time.
0 commit comments