0.0.1 • Published 1 year ago

@tretton37/prettier-config v0.0.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

@tretton37/prettier-config

Shared Prettier configuration by tretton37.

Installation

npm install --save-dev @tretton37/prettier-config

Usage

Create a .prettierrc.json file and add:

"@tretton37/prettier-config"

Alternatively, set the prettier field in your package.json:

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

See sharing configurations for more information.

Variants

This package exports tailored configuration variants for different purposes:

  • @tretton37/prettier-config/spaces
  • @tretton37/prettier-config/tabs

Contribute

  1. Clone the monorepo that this package is a part of.
  2. Create a feature branch. Do NOT do work on main!