1.0.0 • Published 3 years ago

@obeliskbr/prettier-config v1.0.0

Weekly downloads
44
License
MIT
Repository
-
Last release
3 years ago

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"
}