Skip to content

Commit b7ad59a

Browse files
committed
fix(docs): Update readme with instructions
1 parent b3bf9ce commit b7ad59a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
# eslint-config-react
22
React eslint config for ecma script standard (stage 2)
3+
4+
## Usage
5+
6+
```bash
7+
npm i -D @skan-io/eslint-config-react
8+
```
9+
10+
In `.eslintrc`:
11+
12+
```
13+
root: true
14+
15+
extends:
16+
- '@skan-io/eslint-config-react'
17+
```
18+
19+
**NOTE:** may need to restart your editor for config to take effect

0 commit comments

Comments
 (0)