@mhld/prettier-config
v2.0.0
Published
Shared Prettier config for my project
Maintainers
Readme
prettier-config
Shared Prettier config for my projects
Install
npm install --save-dev @mhld/prettier-configUsage
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.
