DEV Community

Discussion on: A quick guide to setup Eslint with Airbnb's style guide and Prettier

Collapse
 
peter33 profile image
Petermhen • Edited

I think the eslint-config-prettier package should be installed as a dev dependency via
npm i --save-dev eslint-config-prettier

Thanks for this helpful guide Bigyan.