Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 396 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 396 Bytes

stylelint-config-nosolosoftware

Configuration rules to ensure your SCSS/CSS is compliant with our internal standard.

Installation

$ yarn add -D stylelint-config-nosolosoftware

Usage

Set your stylelint config file, .stylelintrc.json, to:

{
  "extends": "stylelint-config-nosolosoftware"
}

Licence

This is available under the MIT LICENSE.