My opinionated prettier config
- Install this prettier config
npm i --save-dev @shaharmor/prettier-config
-
Configure prettier to use this module's prettier config:
Add
.prettierrc
in your project`s root folder with the contents of:@shaharmor/prettier-config
That's it!