Skip to content

Commit d11a16e

Browse files
committed
docs: minor improvements
1 parent 428733d commit d11a16e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A series of composable ESLint rules for React and friends.
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.
3434
- **Performant**: Built with performance in mind, optimized for large codebases.
35-
- **Context-aware Linting**: Rules that understand the context of your code and project settings to provide more accurate linting.
35+
- **Context-aware Linting**: Rules that understand the context of your code and project configuration to provide more accurate linting.
3636

3737
## Public Packages
3838

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const features = [
99
["Performant", "Built with performance in mind, optimized for large codebases.", Gauge],
1010
[
1111
"Context-aware Linting",
12-
"Rules that understand the context of your code and project settings to provide more accurate linting.",
12+
"Rules that understand the context of your code and project configuration to provide more accurate linting.",
1313
CircleDotDashed,
1414
],
1515
] as const;

apps/website/content/docs/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { Accordion, Accordions } from "fumadocs-ui/components/accordion";
1313
Key goals of ESLint React include:
1414

1515
- **Context-aware linting**: It adapts to different runtime environments, ensuring that linting rules are relevant to the specific platform you’re targeting.
16-
- **Future-proof architecture**: Designed to be compatible with emerging React platforms and technologies.
16+
- **Future-proof architecture**: It is designed to be extensible and adaptable, allowing for easy integration of new features and support for emerging React patterns.
1717
- **Unified code quality standards**: It enables consistent linting and code quality enforcement across various React-based projects, regardless of the rendering target.
1818

1919
This makes ESLint React a more flexible and modern alternative for working across diverse React ecosystems.

packages/plugins/eslint-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A series of composable ESLint rules for React and friends.
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.
3434
- **Performant**: Built with performance in mind, optimized for large codebases.
35-
- **Context-aware Linting**: Rules that understand the context of your code and project settings to provide more accurate linting.
35+
- **Context-aware Linting**: Rules that understand the context of your code and project configuration to provide more accurate linting.
3636

3737
## Public Packages
3838

0 commit comments

Comments
 (0)