@garyhtou
's Prettier Configurations
Install
npm install @garyhtou/prettier-config --save-dev
or add to package.json
:
{
// ...
"prettier": "@azz/prettier-config"
}
Usage
After installing, add the following to .prettierrc.js
module.exports = require('@garyhtou/prettier-config');
Inspired by @azz