1.0.0 • Published 2 years ago
@manozor/prettier-config v1.0.0
Installation
Install the package with:
npm i -D prettier @manozor/prettier-config
Configuration
Reference the configuration to your package.json
file:
{
"prettier": "@manozor/prettier-config"
}
You can also extends the configuration through a .prettierrc.js
file:
const prettierConfig = {
...require('@manozor/prettier-config'),
semi: false,
}
module.exports = prettierConfig
License
Licensed under the MIT License, Copyright © Manoz.
See LICENSE for more information.
1.0.0
2 years ago