0.0.13 • Published 6 months ago

@builderhub/prettier-config v0.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@builderhub/prettier-config

Publish Package to npmjs npm npm License: MIT

Standard extensible prettier configuration for Builderhub Platform Dev team projects

Installation

npm install -D @builderhub/prettier-config

Usage

In your package.json

{
  "prettier": "@builderhub/prettier-config"
}

If you wish you extend these settings then in your .prettierrc.js or prettier.config.js

module.exports = {
  ...require("@builderhub/prettier-config"),
};