An opinionated and re-usable Prettier config file created by Jeff Mosawy
You most probably are familiar with Prettier, but in case you're not, visit their website to learn more.
To install this package, run the following command in the terminal:
npm i @jmosawy/prettier-config
Then, create a prettier config file in your project's root, e.g. .prettierrc
, and paste the following code:
"@jmosawy/prettier-config"
If you are looking for a way to extend or overwrite the config file, please follow the instructions from Prettier's Documentations.