@bud-fe/prettier-config
v1.0.3
Published
bud-fe prettier-config
Downloads
1
Readme
prettier-config
TODO: description
Usage
npm i @bud-fe/prettier -D
Or
yarn add @bud-fe/prettier -D
Or
pnpm add @bud-fe/prettier -D
in package.json
:
"prettier: "@bud-fe/prettier-config"
Or in .prettierrc.js
by default:
module.exports = require('@bud-fe/prettier-config')
overrides:
module.exports = {
...require('@bud-fe/prettier-config'),
...
}