@cyansalt/stylelint-config-preset
v1.4.4
Published
My Stylelint configuration preset
Downloads
4
Readme
@cyansalt/stylelint-config-preset
My Stylelint configuration preset.
Installation
npm install --save-dev @cyansalt/stylelint-config-preset
Usage
// stylelint.config.js
module.exports {
// ...
extends: [
'@cyansalt/stylelint-config-preset',
],
// ...
}
The ruleset will check your project dependencies and enable available configurations automatically. This eliminates the need for you to know any specific ruleset configuration.
Also see @cyansalt/stylelint-config.