4.1.3 • Published 6 months ago

@atolye15/stylelint-config v4.1.3

Weekly downloads
141
License
MIT
Repository
github
Last release
6 months ago

stylelint-config

Atölye15 shareable config for stylelint.

Configuration rules to ensure your CSS code is compliant with Atölye15's code style.

Installation

yarn add @atolye15/stylelint-config --dev

# Or with npm:

npm install @atolye15/stylelint-config --save-dev

Usage

Set your stylelint config to:

{
  "extends": "@atolye15/stylelint-config"
}

Extending the config

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

For example, to change the indentation to tabs and turn off the number-leading-zero rule:

{
  "extends": "@atolye15/stylelint-config",
  "rules": {
    "indentation": "tab",
    "number-leading-zero": null
  }
}

Changelog

License

4.1.3

6 months ago

4.1.0

6 months ago

4.1.2

6 months ago

4.1.1

6 months ago

4.0.1

9 months ago

3.0.1

1 year ago

3.0.0

1 year ago

4.0.0

1 year ago

2.0.2

2 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.4.0

3 years ago

1.3.1

4 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago