@obeliskbr/prettier-config

This is an internal project used for sharing common prettier rules across all the front-end packages at Kyte.

Usage no npm install needed!

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

README

Kyte - Prettier Config

Description

This is an internal project used for sharing common prettier rules across all the front-end packages at Kyte.

Installation

In your front-end package, run:

yarn add @drivekyte/prettier-config -D

Now open your package.json file and place the content:

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