1.0.1 • Published 5 years ago
@xtech/prettier-config v1.0.1
@xtech/prettier-config
xTECH's Prettier config.
Installation
$ npm i -D @xtech/prettier-configor
$ yarn add -D @xtech/prettier-configUsage
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"