1.4.4 • Published 2 years ago

@cyansalt/stylelint-config-preset v1.4.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@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.

1.4.4

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

3.1.0

4 years ago