@orderprotection/prettier
v1.0.1
Published
Prettier configuration for orderprotection code bases
Downloads
26
Readme
@orderprotection/prettier
How to use
If you don't require any customization to this configuration you can utilize your package.json
{
"name": "some-awesome-lib",
"version": "1337",
"prettier": "@orderprotection/prettier"
}
if you do want to customize the config, you can extend by creating a prettierrc.js
file as such
module.exports = {
...require('@orderprotection/prettier')
}