@kecoyo/prettier-config
v1.0.2
Published
Standard prettier configuration for projects
Downloads
2
Readme
@kecoyo/prettier-config
Standard prettier configuration for projects
Usage
Install the package using npm
(or yarn
)
npm install --save-dev @kecoyo/prettier-config
Add the prettier
key to your package.json
"keywords": [
"prettier"
],
+ "prettier": "@kecoyo/prettier-config",
"license": "MIT",
"author": "GitHub Inc.",
"main": "index.js"
Check out the prettier
documentation for more info on sharing configurations.