2.0.1 • Published 3 years ago

stylelint-config-custrino v2.0.1

Weekly downloads
69
License
MIT
Repository
github
Last release
3 years ago

StyleLint Config Custrino

A personally created StyleLint shareable configuration set.

Installation

$ npm install --save-dev stylelint-config-custrino

Usage

Used by specifying in the extends section of the StyleLint configuration.

{
  "extends": ["stylelint-config-custrino", "stylelint-config-custrino/xxxx"]
}

Additional configurations

Additional configurations can be used depending on the project.

You need to add a corresponding plugin.

stylelint-config-custrino/scss

This configuration enables the rules for SCSS.

Add required plugins:

$ npm install --save-dev stylelint-scss

stylelint-config-custrino/css-in-js

This configuration enables the rules for CSS in JS.

2.0.1

3 years ago

2.0.0

3 years ago

1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago