0.0.1 • Published 3 years ago

@tchthry/prettier-config v0.0.1

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

TechTheory Prettier Config

@tchthry/prettier-config exposes our prettier configuration.

Installation

  1. Install @tchthry/prettier-config as a dev dependency:
npm i @tchthry/prettier-config --save-dev

or

yarn add -D @tchthry/prettier-config

Usage

In your .prettierrc, simply export this packages name as a string.

// .prettierrc
"@tchthry/prettier-config"

or reference it in your package.json

{
  "name": "my-package",
  "version": "67.0.1",
  "prettier": "@tchthry/prettier-config"
}