Skip to content

Commit 9470eae

Browse files
committed
docs: minor improvements
1 parent 57e8ca0 commit 9470eae

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
@@ -12,7 +12,7 @@ A series of composable ESLint rules for React and friends.
1212
- **Performant**: Built with performance in mind, optimized for large codebases.
1313
- **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.
15-
- **Context-aware Linting**: Rules that understand the context of your code and project configuration, providing more accurate linting results.
15+
- **Context-aware Linting**: Rules dynamically adapt to code structure and project settings, minimizing noise while maximizing relevance.
1616

1717
## Public Packages
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const features = [
2121
],
2222
[
2323
"Context-aware Linting",
24-
"Rules that understand the context of your code and project configuration, providing more accurate linting results.",
24+
"Rules dynamically adapt to code structure and project settings, minimizing noise while maximizing relevance.",
2525
Eye,
2626
],
2727
] as const;

packages/plugins/eslint-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A series of composable ESLint rules for React and friends.
1212
- **Performant**: Built with performance in mind, optimized for large codebases.
1313
- **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.
15-
- **Context-aware Linting**: Rules that understand the context of your code and project configuration, providing more accurate linting results.
15+
- **Context-aware Linting**: Rules dynamically adapt to code structure and project settings, minimizing noise while maximizing relevance.
1616

1717
## Public Packages
1818

0 commit comments

Comments
 (0)