@spectrecreative/prettier-config
v1.0.0
Published
A Prettier configuration file reflecting the Uncover Commerce coding standards
Downloads
3
Readme
@Spectre-Creative/prettier-config
The Prettier configuration that reflects the uncover coding standards.
Usage
Install:
$ yarn add --dev @Spectre-Creative/prettier-config
or
$ npm install --save-dev @Spectre-Creative/prettier-config
Edit package.json
:
{
// ...
"prettier": "@Spectre-Creative/prettier-config"
}