Skip to content

Commit 619c937

Browse files
author
David Bradshaw
committed
Merge branch 'master' of github.com:davidjbradshaw/eslint-config-auto
2 parents b52207e + ec860ee commit 619c937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This config will automatically configure the *airbnb* esLint rules and a range o
77
To install this config, run the following command.
88

99
```sh
10-
yarn add eslint-config-auto --dev
10+
npm install eslint-config-auto --save-dev
1111
```
1212

1313
## Configure
@@ -16,7 +16,7 @@ Create an `.eslintrc` file with the following contents.
1616

1717
```json
1818
{
19-
"extends": ["eslint-config-auto"]
19+
"extends": ["auto"]
2020
}
2121
```
2222

0 commit comments

Comments
 (0)