@home-ht/home-prettier-config
v1.0.2
Published
Home.ht Prettier configuration file
Downloads
17
Readme
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;