Warning
This package has been deprecated. Use @cyansalt/stylelint-config directly instead.
My Stylelint configuration preset.
npm install --save-dev @cyansalt/stylelint-config-preset
// 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.