1.0.3 • Published 2 years ago

@bud-fe/prettier-config v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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'),
  ...
}