@arters/prettier-config

Prettier config.

Usage no npm install needed!

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

README

prettier-config

Prettier config.

Installation

yarn add --dev @arters/prettier-config

Usage

After installing, update your project's prettier.config.js file to import the rule sets you want:

module.exports = {
  ...require("@arters/prettier-config")
  // your overrides here
};

Read the Prettier config docs for more information.