Skip to content

Commit e43fef6

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

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
@@ -10,7 +10,7 @@ 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.
13+
- **Future-proof**: Forward-looking architecture that anticipates future changes in React and TypeScript.
1414
- **Precision Control**: Fully customizable rule severity levels, allowing you to enforce or relax rules as needed.
1515
- **Context-aware Linting**: Rules that understand the context of your code and project configuration, providing more accurate linting results.
1616

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const features = [
1111
],
1212
[
1313
"Future-proof",
14-
"Forward-looking architecture that anticipates future React features.",
14+
"Forward-looking architecture that anticipates future changes in React and TypeScript.",
1515
Shield,
1616
],
1717
[

packages/plugins/eslint-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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.
13+
- **Future-proof**: Forward-looking architecture that anticipates future changes in React and TypeScript.
1414
- **Precision Control**: Fully customizable rule severity levels, allowing you to enforce or relax rules as needed.
1515
- **Context-aware Linting**: Rules that understand the context of your code and project configuration, providing more accurate linting results.
1616

0 commit comments

Comments
 (0)