This is my personal Prettier config. Feel free to use it if you want.
Caution
This project is now deprecated and should not be used anymore. If you still want prettier support go ahead and create the config manually. The content can be found here.
Install (npm):
$ npm install --save-dev @nimec/prettier-config
Install (yarn):
$ yarn add -D @nimec/prettier-config
Install (pnpm):
$ pnpm add -D @nimec/prettier-config
Edit package.json
:
You can integrate these prettier rules with several linters. You can find further information at the Prettier Documentation.