geta-prettier-config

shared config for prettier used by geta

Usage no npm install needed!

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

README

geta-prettier-config

This is a repository containing the default Prettier configuration used by Geta projects.

Usage

Install

Yarn:

yarn add --dev geta-prettier-config

Npm:

npm i -d geta-prettier-config

Edit package.json

Add the following to your package.json to make Prettier use the configuration from this package.

{
  "prettier": "geta-prettier-config"
}