Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 401 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 401 Bytes

@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
  • 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.