Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 481 Bytes

File metadata and controls

25 lines (16 loc) · 481 Bytes

@channel-io/prettier-config

Shared Prettier configuration

Installation

npm

$ npm install --dev @channel.io/prettier-config

Yarn

$ yarn add --dev @channel.io/prettier-config

Usage

Channels’s shared prettier config comes bundled in @channel-io/prettier-config. To enable these rules, add a prettier property in your package.json and reference this shared config as follows:

"prettier": "@channel.io/prettier-config"