@totejs/prettier-config
v0.1.0
Published
> Reusable config for Prettier
Downloads
76
Readme
@totejs/prettier-config
Reusable config for Prettier
Install
yarn add @totejs/prettier-config -D
Usage
// add config and script in package.json
{
"scripts": {
"lint": "prettier --loglevel error --write \"**/*.{jsx?,tsx?,json,md,html}\""
},
"prettier": "@totejs/prettier-config"
}