1.1.1 • Published 3 years ago

stylelint-config-qiuzi v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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"
}