Prettier config used at FIRST Israel.
Install the package using npm
:
npm install --save-dev @firstisrael/prettier-config
Add the prettier
key to your package.json
:
"license": "MIT",
"author": "FIRST Israel",
+ "prettier": "@firstisrael/prettier-config",
"main": "index.js"
Check out the prettier
documentation for more info on sharing configurations.