@guggugit/prettier-config
v1.0.0
Published
To install the stable version: ```sh yarn add @guggugit/prettier-config --dev --exact ```
Readme
Installation
To install the stable version:
yarn add @guggugit/prettier-config --dev --exactUsage
In
package.json
{
"name": "my-app",
...,
"prettier": "@guggugit/prettier-config",
"dependencies": {
"prettier": "x.y.z"
},
...,
}