crow-stylelint-config
v14.1.0
Published
An opinionated Stylelint config used by Crow across our projects.
Downloads
5
Maintainers
Readme
crow-stylelint-config
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.