Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 430 Bytes

File metadata and controls

25 lines (17 loc) · 430 Bytes

Destination StyleLint Config

Defines a set of rules used by StyleLint to enforce our SCSS/CSS coding standards

Installation

npm add @destination/stylelint-config --dev

Usage

Add the following to your project's ruleset e.g. in package.json:

{
  "stylelint": {
    "extends": "@destination/stylelint-config"
  }
}

License

Released under the MIT license