@abios/prettier-config

Abios Prettier Configuration

Usage no npm install needed!

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

README

Abios logo

@abios/prettier-config

Abios Prettier Configuration

Installation

You'll first need to install Prettier:

yarn add --dev prettier

Next, install @abios/prettier-config:

yarn add --dev @abios/prettier-config

Usage

Enable the configuration by adding a prettier property that references this package in your projects's package.json.

{
  "prettier": "@abios/prettier-config"
}