1.0.1 • Published 3 years ago

@xtech/prettier-config v1.0.1

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

@xtech/prettier-config

xTECH's Prettier config.

Installation

$ npm i -D @xtech/prettier-config

or

$ yarn add -D @xtech/prettier-config

Usage

Reference the module in package.json:

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

Or create a prettier config file that exports a string with the module name, e.g. .prettierrc.json:

"@xtech/prettier-config"