Skip to content

Commit bee7c03

Browse files
committed
docs: update website
1 parent b9c5d43 commit bee7c03

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

website/pages/index.mdx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,3 @@ import { ESLintReactCard } from "#/components/eslint-react-card/eslint-react-car
55
Welcome to the ESLint React documentation.
66

77
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

Comments
 (0)