1.0.0-alpha.1 • Published 5 years ago

@wealthsystems/prettier-config v1.0.0-alpha.1

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

@WealthSystems/prettier-config

The Prettier shared configuration for Wealth Systems' JavaScript projects.

Requirements

prettier: ^1.7.0

Installation

Install Prettier and this package:

// npm
npm i --save-dev @wealthsystems/prettier-config prettier

// yarn
yarn add @wealthsystems/prettier-config prettier

And add in your package.json:

{
    // ...
    "prettier": "@wealthsystems/prettier-config"
}

If you don't want to use package.json or want to extend this configuratin, a guide is available here.

Changelog

See CHANGELOG.md.