Skip to content

Commit 8f79f09

Browse files
committed
docs: minor improvements
1 parent 9320f77 commit 8f79f09

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ A series of future-proof ESLint rules for React and friends.
1010
## Features
1111

1212
- **Performant**: Built with performance in mind, optimized for large codebases.
13-
- **Future-proof**: Forward-looking architecture that anticipates future React features.
1413
- **Precision Control**: Fully customizable rule severity levels, allowing you to enforce or relax rules as needed.
1514
- **Context-aware Linting**: Rules that understand the context of your code and project configuration, providing more accurate linting results.
15+
- **Future-proof**: Forward-looking architecture that anticipates future changes in React and TypeScript, ensuring long-term compatibility.
1616

1717
## Public Packages
1818

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ const features = [
99
"Built with performance in mind, optimized for large codebases.",
1010
Zap,
1111
],
12-
[
13-
"Future-proof",
14-
"Forward-looking architecture that anticipates future React features.",
15-
Shield,
16-
],
1712
[
1813
"Precision Control",
1914
"Fully customizable rule severity levels, allowing you to enforce or relax rules as needed.",
@@ -24,6 +19,11 @@ const features = [
2419
"Rules that understand the context of your code and project configuration, providing more accurate linting results.",
2520
Eye,
2621
],
22+
[
23+
"Future-proof",
24+
"Forward-looking architecture that anticipates future changes in React and TypeScript, ensuring long-term compatibility.",
25+
Shield,
26+
],
2727
] as const;
2828

2929
export default function HomePage() {

packages/plugins/eslint-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ A series of future-proof ESLint rules for React and friends.
1010
## Features
1111

1212
- **Performant**: Built with performance in mind, optimized for large codebases.
13-
- **Future-proof**: Forward-looking architecture that anticipates future React features.
1413
- **Precision Control**: Fully customizable rule severity levels, allowing you to enforce or relax rules as needed.
1514
- **Context-aware Linting**: Rules that understand the context of your code and project configuration, providing more accurate linting results.
15+
- **Future-proof**: Forward-looking architecture that anticipates future changes in React and TypeScript, ensuring long-term compatibility.
1616

1717
## Public Packages
1818

0 commit comments

Comments
 (0)