q-prettier-config
v1.0.0
Published
Woqutech Prettier config
Keywords
Readme
q-prettier-config
Woqutech Prettier config.
Usage
Install
$ npm install -D q-prettier-configA: Edit package.json
{
"prettier": "q-prettier-config"
}B: Create and edit .prettierrc.js
module.exports = {
...require('q-prettier-config'),
// extend the configuration to overwrite some properties from the shared configuration
// semi: false,
}