prettier / eslint-config-prettier

Turns off all rules that are unnecessary or might conflict with Prettier.
MIT License
5.4k stars 254 forks source link

Clarify what to add to .eslintrc in readme #183

Closed Murkrage closed 3 years ago

Murkrage commented 3 years ago

README.md says to add eslint-config-prettier to your .eslintrc.* file, but it's supposed to be "prettier" as far as I can tell. The code example also shows "prettier" instead of "eslint-config-prettier" on the very next line. A little confusing, but easily fixable 😄