Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 461 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 461 Bytes

stylelint-config-qiuzi

Default stylelint config used by qiuzi.

Installation

npm install stylelint-config-qiuzi --save-dev
# Or with yarn:
yarn add stylelint-config-qiuzi --dev

Usage

We provide a config for both CSS and SCSS. You can choose which one you would like to extend in your configuration:

CSS

{
  "extends": "stylelint-config-qiuzi/css"
}

SCSS

{
  "extends": "stylelint-config-qiuzi/scss"
}