@enuves/prettier-config
v1.0.0
Published
Prettier shareable configuration for Enuves projects
Downloads
4
Maintainers
Readme
@enuves/prettier-config
Prettier shareable configuration for Enuves projects
Installation
$ npm install @enuves/prettier-config --save-dev
Usage
Add in your package.json file:
"prettier": "@enuves/prettier-config"
Or add this to .prettierrc file:
"prettier": "@enuves/prettier-config"
Or add this to your .prettierrc.js file:
module.exports = require("@enuves/prettier-config");