Skip to content

Commit

Permalink
Clarify what to add to .eslintrc in readme (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Murkrage committed Apr 12, 2021
1 parent 96efee3 commit 87405b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -45,7 +45,7 @@ Install eslint-config-prettier:
npm install --save-dev eslint-config-prettier
```

Then, add eslint-config-prettier to the "extends" array in your `.eslintrc.*` file. Make sure to put it **last,** so it gets the chance to override other configs.
Then, add `"prettier"` to the "extends" array in your `.eslintrc.*` file. Make sure to put it **last,** so it gets the chance to override other configs.

<!-- prettier-ignore -->
```json
Expand Down

0 comments on commit 87405b6

Please sign in to comment.