@wwwoda/prettier-config
v2.0.1
Published
Prettier config used at Woda
Readme
prettier-config
Prettier config used at www.woda.at
Usage
Install the package using npm (or yarn)
npm install --save-dev @wwwoda/prettier-configAdd the prettier key to your package.json
{
...
"keywords": [
"prettier"
],
+ "prettier": "@github/prettier-config",
"license": "MIT",
"author": {
"name": "Woda",
"email": "[email protected]",
"homepage": "https://www.woda.at"
},
"main": "index.js"
...
}Check out the prettier documentation for more info on sharing configurations.
