Skip to content

Commit 8bcf6bc

Browse files
committed
docs: update feature description
1 parent e1abab1 commit 8bcf6bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ More than 80 high-quality linting rules for writing better React code.
88

99
## Features
1010

11-
- **Modern**: First-class support for TypeScript, React 19, polymorphic components.
11+
- **Modern**: First-class support for TypeScript, React 19, and more.
1212
- **Flexible**: Increased flexibility with more granular severity control.
1313
- **Performant**: Built with performance in mind, optimized for large codebases.
1414
- **Comprehensive**: Handles complex scenarios and identifies problems that other tools might miss.

apps/website/app/(home)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Link } from "next-view-transitions";
44
import { ESLintReact } from "#/components/eslint-react";
55

66
const features = [
7-
["Modern", "First-class support for TypeScript, React 19, polymorphic components."],
7+
["Modern", "First-class support for TypeScript, React 19, and more."],
88
["Flexible", "Increased flexibility with more granular severity control."],
99
["Performant", "Built with performance in mind, optimized for large codebases."],
1010
["Comprehensive", "Handles complex scenarios and identifies problems that other tools might miss."],

packages/plugins/eslint-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ More than 80 high-quality linting rules for writing better React code.
88

99
## Features
1010

11-
- **Modern**: First-class support for TypeScript, React 19, polymorphic components.
11+
- **Modern**: First-class support for TypeScript, React 19, and more.
1212
- **Flexible**: Increased flexibility with more granular severity control.
1313
- **Performant**: Built with performance in mind, optimized for large codebases.
1414
- **Comprehensive**: Handles complex scenarios and identifies problems that other tools might miss.

0 commit comments

Comments
 (0)