Skip to content

CyanSalt/stylelint-config-preset

Repository files navigation

@cyansalt/stylelint-config-preset

npm

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.