1.0.2 • Published 7 years ago
@home-ht/home-prettier-config v1.0.2
Installation
- Run
yarn add -D @home-ht/home-prettier-config - Create a
.prettierrc.jsfile - Import
@home-ht/home-prettier-configand export it in.prettierrc.js
//.prettierrc.js
const configPrettier = require('@home-ht/home-prettier-config');
module.exports = configPrettier;