0.2.0 • Published 3 years ago

@typescord/prettier-config v0.2.0

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

Typescord Prettier config

Prettier config for Typescord projects

This repository contains the Prettier configuration used by the core packages of Typescord.

Installation

You need to install Prettier with @typescord/prettier-config:

npm i prettier @typescord/prettier-config --save-dev
# or with Yarn :
yarn add prettier @typescord/prettier-config -D

Note: If you installed Prettier globally (using the -g flag) then you must also install @typescord/prettier-config globally.

Usage

In package.json :

{
	// ...
	"prettier": "@typescord/prettier-config"
	// ...
}
0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago