@ncko/prettier-config
v1.0.2
Published
Prettier config Nick Olsen (ncko)
Downloads
7
Readme
@ncko/prettier-config
Usage
Install @ncko/prettier-config
along with prettier:
yarn add -D @ncko/prettier-config
In your package.json, add a field "prettier" with the value "@ncko/prettier-config."
{
...
"prettier": "@ncko/prettier-config",
...
}