@veake/prettier-config

To get started run ```shell script npm install -D prettier @veake/prettier-config ``` or ```shell script yarn add -D prettier @veake/prettier-config ```

Usage no npm install needed!

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

README

prettier-config

To get started run

npm install -D prettier @veake/prettier-config

or

yarn add -D prettier @veake/prettier-config

Then simply reference it either via the package.json:

{
  ...
  "prettier": "@veake/prettier-config"
}

or load it with a file like it is described here. If you want to override some properties simply do it like it is described here.

After following these steps you will be able to format with prettier. For more information regarding prettier, look here