@gavdi/prettier-config
v0.2.0
Published
Gavdi Labs Prettier Configuration
Downloads
3
Readme
Gavdi Lab's Prettier Configuration
Maintainer: Simon Vestergaard Laursen
Adding Config To Your Project
To use this prettier config in your project, you need to reference it in your project's package.json
by adding the prettier
property:
{
"name": "your-package-json",
...
"prettier": "@gavdi/prettier-config",
...
}
NOTE: If you have any other .prettierrc or similar prettier config files in your project, these must be removed for the sharable config from this package to work.