@mhld/prettier-config
v2.0.0
Published
Shared Prettier config for my project
Downloads
3
Maintainers
Readme
prettier-config
Shared Prettier config for my projects
Install
npm install --save-dev @mhld/prettier-config
Usage
Add in your package.json
{
"prettier": "@mhld/prettier-config"
}
If you want to overwrite some properties, update your project's prettier.config.js
file to import the rule sets you want:
module.exports = {
...require('@mhld/prettier-config'),
// your overrides here
};
Read the Prettier config docs for more information.