Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

CyanSalt/stylelint-config-preset

Repository files navigation

@cyansalt/stylelint-config-preset

Warning

This package has been deprecated. Use @cyansalt/stylelint-config directly instead.

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.