@magnal/prettier-config
v4.2.0
Published
Prettier config for my projects
Downloads
6
Readme
@magnal/prettier-config
My personal shared prettier config.
How to use in a project
- install
- with npm:
npm i @magnal/prettier-config prettier --save-dev
- with yarn:
yarn add @magnal/prettier-config prettier --dev
- with npm:
- create
.prettierrc
in project root with content"@magnal/prettier-config"
- done
Can also be used together with husky to format files. To do so, see husky docs.