Skip to content

Commit 35b42d7

Browse files
committed
docs: minor improvements
1 parent a508ba5 commit 35b42d7

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

README.md

+1-1
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 dynamically adapt to code structure and project settings, minimizing noise while maximizing relevance.
15+
- **Context-aware Linting**: Rules dynamically adapt to code structure and project settings, ensuring accurate linting.
1616

1717
## Public Packages
1818

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const features = [
2121
],
2222
[
2323
"Context-aware Linting",
24-
"Rules dynamically adapt to code structure and project settings, minimizing noise while maximizing relevance.",
24+
"Rules dynamically adapt to code structure and project settings, ensuring accurate linting.",
2525
CircleDotDashed,
2626
],
2727
] as const;

packages/plugins/eslint-plugin-react-x/src/rules/no-class-component.md

-7
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ react-x/no-class-component
1414
@eslint-react/no-class-component
1515
```
1616

17-
**Presets**
18-
19-
- `x`
20-
- `recommended`
21-
- `recommended-typescript`
22-
- `recommended-type-checked`
23-
2417
## Description
2518

2619
Disallow class components except for error boundaries.

packages/plugins/eslint-plugin/README.md

+1-1
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 dynamically adapt to code structure and project settings, minimizing noise while maximizing relevance.
15+
- **Context-aware Linting**: Rules dynamically adapt to code structure and project settings, ensuring accurate linting.
1616

1717
## Public Packages
1818

0 commit comments

Comments
 (0)