Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 441 Bytes

File metadata and controls

20 lines (13 loc) · 441 Bytes

@imhoff/prettier-config

My personal Prettier config.

Usage

Usage is based on Sharing configurations from the Prettier docs.

  1. Remove existing .prettierrc file, if present.

  2. Install the config.

    npm install -D @imhoff/prettier-config
    
  3. Add the following to package.json:

    "prettier": "@imhoff/prettier-config",