Skip to content

Commit cca858e

Browse files
committed
docs: enhance feature descriptions in README and plugin documentation
1 parent c993f01 commit cca858e

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

packages/plugins/eslint-plugin/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

website/pages/index.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)