@xtech/prettier-config
v1.0.1
Published
xTECH's Prettier config
Downloads
4
Readme
@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"