Skip to content

Commit fa6d150

Browse files
committed
docs: update performance description
1 parent bba82d8 commit fa6d150

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A series of composable ESLint rules for React and friends.
3131

3232
- **Modern**: First-class support for TypeScript, React 19, and more.
3333
- **Flexible**: Fully customizable rule severity levels, allowing you to enforce or relax rules as needed.
34-
- **Performant**: Built with performance in mind, optimized for large codebases.
34+
- **Performant**: Built with performance in mind, optimized for large codebases, **4-7x faster** than other ESLint plugins.
3535
- **Context-aware Linting**: Rules that understand the context of your code and project configuration to provide more accurate linting.
3636

3737
## Public Packages

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ import { Link } from "next-view-transitions";
66
const features = [
77
["Modern", "First-class support for TypeScript, React 19, and more.", Zap],
88
["Flexible", "Fully customizable rule severity levels, allowing you to enforce or relax rules as needed.", Sliders],
9-
["Performant", "Built with performance in mind, optimized for large codebases.", Gauge],
9+
[
10+
"Performant",
11+
"Built with performance in mind, optimized for large codebases, **4-7x faster** than other ESLint plugins.",
12+
Gauge,
13+
],
1014
[
1115
"Context-aware Linting",
1216
"Rules that understand the context of your code and project configuration to provide more accurate linting.",

packages/plugins/eslint-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A series of composable ESLint rules for React and friends.
3131

3232
- **Modern**: First-class support for TypeScript, React 19, and more.
3333
- **Flexible**: Fully customizable rule severity levels, allowing you to enforce or relax rules as needed.
34-
- **Performant**: Built with performance in mind, optimized for large codebases.
34+
- **Performant**: Built with performance in mind, optimized for large codebases, **4-7x faster** than other ESLint plugins.
3535
- **Context-aware Linting**: Rules that understand the context of your code and project configuration to provide more accurate linting.
3636

3737
## Public Packages

0 commit comments

Comments
 (0)