1.0.0 • Published 2 years ago
@enuves/prettier-config v1.0.0
@enuves/prettier-config
Prettier shareable configuration for Enuves projects
Installation
$ npm install @enuves/prettier-config --save-devUsage
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");1.0.0
2 years ago