Prettier config used at www.woda.at
Install the package using npm
(or yarn
)
npm install --save-dev @wwwoda/prettier-config
Add 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.