Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 447 Bytes

File metadata and controls

25 lines (17 loc) · 447 Bytes

Destination Prettier Config

Defines a set of rules used by Prettier to format our SCSS and JavaScript code

Installation

yarn add @destination/prettier-config --dev

Usage

Add the configuration to your project's package.json file:

{
  "name": "my-cool-library",
  "version": "9000.0.1",
  "prettier": "@destination/prettier-config"
}

License

Released under the MIT license