My most commonly used Prettier configuration.
Run:
npm i -DE @ivangabriele/prettier-config prettier@^3.0.0
or:
yarn add -DE @ivangabriele/prettier-config prettier@^3.0.0
Then add this line to your package.json
:
{
// ...
"prettier": "@ivangabriele/prettier-config"
}
Please refer to the contribution guidelines for information on how to contribute to this project.