@p-chan/prettier-config
v2.1.0
Published
Shareable Prettier config for @p-chan
Downloads
5
Readme
prettier-config
Shareable Prettier config for @p-chan
Install
$ npm install @p-chan/prettier-config --save-dev
Usage
Edit .prettierrc
.
"@p-chan/prettier-config"
Override
Edit .prettierrc.js
.
module.exports = {
...require('@p-chan/prettier-config'),
printWidth: 80,
semi: true,
singleQuote: false,
}
Author
License
MIT
Inspired by azz/prettier-config