Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 381 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 381 Bytes

prettier-config

My opinionated prettier config

Installation

  1. Install this prettier config
    npm i --save-dev @shaharmor/prettier-config

Configuration

  1. Configure prettier to use this module's prettier config:

    Add .prettierrc in your project`s root folder with the contents of:

    @shaharmor/prettier-config
    

That's it!