Skip to content

Commit 87405b6

Browse files
authored
Clarify what to add to .eslintrc in readme (#183)
1 parent 96efee3 commit 87405b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Install eslint-config-prettier:
4545
npm install --save-dev eslint-config-prettier
4646
```
4747

48-
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.
48+
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.
4949

5050
<!-- prettier-ignore -->
5151
```json

0 commit comments

Comments
 (0)