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, copy the following command into the terminal:
npm i @jmosawy/prettier-config -D
Then, create a prettier config file in your project's root, e.g. .prettierrc
, and paste the following code:
"@jmosawy/prettier-config"
If you want to overwrite a config, please follow the instructions here.