@firstisrael/prettier-config

Prettier config used at FIRST Israel.

Usage no npm install needed!

<script type="module">
  import firstisraelPrettierConfig from 'https://cdn.skypack.dev/@firstisrael/prettier-config';
</script>

README

prettier-config

Prettier config used at FIRST Israel.

Usage

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.