We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c5d43 commit bee7c03Copy full SHA for bee7c03
website/pages/index.mdx
@@ -5,18 +5,3 @@ import { ESLintReactCard } from "#/components/eslint-react-card/eslint-react-car
5
Welcome to the ESLint React documentation.
6
7
More than 50 ESLint rules to catch common mistakes and improve your React code. Rewritten from the scratch (mostly).
8
-
9
-## Installation
10
11
-```sh
12
-# npm
13
-npm install --save-dev @eslint-react/eslint-plugin
14
-```
15
16
-[Full Installation Guide ↗](/docs/installation)
17
18
-## Highlights
19
20
-- Well designed rule behaviors and sensible defaults.
21
-- Maximum flexibility through minimum configuration options.
22
-- No auto-fix, Formatting independent, treat your codebase like it's read-only.
0 commit comments