@builderhub/prettier-config
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"),
};