6.1.0 • Published 1 month ago

@team23/stylelint-config-team23-scss v6.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

stylelint-config-team23-scss

CSS and SCSS linting config for TEAM23 projects.

Installation

Add the library to your package.json as devDependency

npm i --save-dev @team23/stylelint-config-team23-scss

Usage in your project

To use the shareable config, set this configuration in your .stylelintrc.json:

{
    "extends": "@team23/stylelint-config-team23-scss"
}

Override rules

Simply add a "rules" key to your config, then add your overrides and additions there.

For example, to change the selector-max-id rule to allow one id selector in rules (default is: no id selectors allowed):

{
    "extends": "@team23/stylelint-config-team23-scss",
    "rules": {
        "selector-max-id": 1
    }
}
6.1.0

1 month ago

6.0.0

1 month ago

5.0.1

6 months ago

5.0.0

6 months ago

4.0.1

2 years ago

4.0.0

2 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.0.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago