Skip to content

Commit 9ebf972

Browse files
committed
docs: refine feature descriptions in README and website again
1 parent 0497e24 commit 9ebf972

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ A set of composable ESLint rules for libraries and frameworks that use React as
88

99
## Features
1010

11-
- **Flexible**: Increased flexibility with fewer rule options.
11+
- **Simple**: Low configuration overhead with sensible defaults.
12+
- **Flexible**: Increased flexibility with more granular severity control.
1213
- **Comprehensive**: First-class support for TypeScript, React UI libraries, polymorphic components.
1314
- **Advanced Analysis**: Handles complex scenarios and identifies problems that other tools might miss.
1415

packages/plugins/eslint-plugin/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ A set of composable ESLint rules for libraries and frameworks that use React as
88

99
## Features
1010

11-
- **Flexible**: Increased flexibility with fewer rule options.
11+
- **Simple**: Low configuration overhead with sensible defaults.
12+
- **Flexible**: Increased flexibility with more granular severity control.
1213
- **Comprehensive**: First-class support for TypeScript, React UI libraries, polymorphic components.
1314
- **Advanced Analysis**: Handles complex scenarios and identifies problems that other tools might miss.
1415

website/pages/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ A set of composable ESLint rules for libraries and frameworks that use React as
1313

1414
## Features
1515

16-
- **Flexible**: Increased flexibility with fewer rule options.
16+
- **Simple**: Low configuration overhead with sensible defaults.
17+
- **Flexible**: Increased flexibility with more granular severity control.
1718
- **Comprehensive**: First-class support for TypeScript, React UI libraries, polymorphic components.
1819
- **Advanced Analysis**: Handles complex scenarios and identifies problems that other tools might miss.
1920

0 commit comments

Comments
 (0)