stylelint-config-ash
v4.0.6
Published
Generates an opinionated set of rules for stylelint.
Downloads
18
Maintainers
Readme
stylelint-config-ash
What is it?
Extends stylelint-config-recommended
and generates an opinionated set of rules for Stylelint configuration.
The individual rules can be seen in the config itself.
Install
npm install --save-dev stylelint-config-ash
Usage
Update your stylelint configuration to extend stylelint-config-ash
.
module.exports = {
extends: "stylelint-config-ash"
}