1.1.1 • Published 2 years ago

@gechiui/prettier-config v1.1.1

Weekly downloads
-
License
GPL-2.0-or-later
Repository
github
Last release
2 years ago

Prettier Config

GeChiUI Prettier shareable config for Prettier.

Installation

Install the module

$ npm install @gechiui/prettier-config --save-dev

Note: This package requires Node.js 12.0.0 or later. It is not compatible with older versions.

Usage

Add this to your package.json file:

"prettier": "@gechiui/prettier-config"

Alternatively, add this to .prettierrc file:

extends: ['@gechiui/prettier-config']