14.1.0 • Published 1 year ago

crow-stylelint-config v14.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

crow-stylelint-config npm version CI Status

An opinionated Stylelint config used by Crow across our projects.

Installation

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

Usage

We provide a single config that covers both CSS and SCSS. It will automatically apply SCSS rules to files ending in .scss.

You simply have to extend this config in your Stylelint config:

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

To see the included rules, please check index.js.

License

Released under the MIT License.