Skip to content

Commit

Permalink
Merge branch 'master' of github.com:davidjbradshaw/eslint-config-auto
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bradshaw committed Jun 12, 2020
2 parents b52207e + ec860ee commit 619c937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This config will automatically configure the *airbnb* esLint rules and a range o
To install this config, run the following command.

```sh
yarn add eslint-config-auto --dev
npm install eslint-config-auto --save-dev
```

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

```json
{
"extends": ["eslint-config-auto"]
"extends": ["auto"]
}
```

Expand Down

0 comments on commit 619c937

Please # to comment.