1.0.0 • Published 2 years ago

@nimec/prettier-config v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@nimec/prettier-config

This is my personal Prettier config. Feel free to use it if you want.

Installation

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

Extend this config

Edit package.json:

{
  // ...
  "prettier": "@nimec/prettier-config"
}

Integration with Linters

You can integrate these prettier rules with several linters. You can find further information at the Prettier Documentation.