Skip to content

Commit 423b6ce

Browse files
committed
docs: minor improvements
1 parent 204e5cd commit 423b6ce

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

apps/website/content/docs/faq.mdx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ import { Accordion, Accordions } from "fumadocs-ui/components/accordion";
88

99
<Accordion title="Why?">
1010

11-
**ESLint React addresses critical gaps of the existing `eslint-plugin-react` in modern React ecosystems**. The current plugin assumes a DOM-centric model, which creates friction when working with alternative renderers like React Native, React Three Fiber, or custom renderers.
11+
**ESLint React addresses critical gaps of the existing `eslint-plugin-react` in modern React ecosystems**. While named "react", the current plugin implementation specifically targets React DOM and maintains DOM-centric assumptions, creating friction when used with alternative renderers like React Native, React Three Fiber, or custom renderers.
1212

13-
Key goals of ESLint React include:
13+
Our solution treating DOM as one of many supported targets rather than the default assumption. This paradigm shift enables:
1414

15-
- **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**: It is designed to be extensible and adaptable, allowing for easy integration of new features and support for emerging React patterns.
17-
- **Unified code quality standards**: It enables consistent linting and code quality enforcement across various React-based projects, regardless of the rendering target.
18-
19-
This makes ESLint React a more flexible and modern alternative for working across diverse React ecosystems.
15+
- **Context-aware linting**: Adapting to different runtime environments
16+
- **Future-proof architecture**: Compatibility with emerging React platforms
17+
- **Unified code quality standards**: Consistent linting across diverse projects
2018

2119
</Accordion>
2220

0 commit comments

Comments
 (0)