@netvlies/prettier-config
v1.1.6
Published
Prettier config for NVS projects
Downloads
248
Readme
@netvlies/prettier-config
This is a simple module containing the rules for the prettier we use in our projects. Always include this config in your projects, so code / prettier style is maintained in a central place.
Installation
yarn add @netvlies/prettier-config -D
ornpm i @netvlies/prettier-config --save-dev
- Add the following rule to your pacakge:
"prettier": "@netvlies/prettier-config"
Your package should look something like this:
{
"name": "my-project",
"version": "1.0.0",
"prettier": "@netvlies/prettier-config"
}
Want to contribute?
Please edit the config file and submit a merge request. One of the maintainers with NPM access will submit the update to NPM.
Maintainers
| Name | NPM Publish rights | | :------ | :----- | | Berrie Nachtweh | Yes | | Jelmer de Maat | Yes |