5.0.0 • Published 9 months ago

stylelint-config-schoenwaldnils v5.0.0

Weekly downloads
73
License
MIT
Repository
github
Last release
9 months ago

stylelint-config-suitcss

NPM version Build Status AppVeyor Build Status

SUIT CSS shareable config for stylelint.

Configuration rules to ensure your CSS code is compliant with SUIT CSS's code style.

Installation

$ npm install stylelint-config-schoenwaldnils

Usage

Set your stylelint config to:

{
  "extends": "stylelint-config-schoenwaldnils"
}

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": "stylelint-config-schoenwaldnils",
  "rules": {
    "indentation": "tab",
    "number-leading-zero": null
  }
}

Changelog

License

5.0.0-0

9 months ago

5.0.0-1

9 months ago

5.0.0

9 months ago

4.0.0

3 years ago

3.0.0

4 years ago

3.0.0-0

4 years ago

2.1.1

5 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.3.0

7 years ago

1.2.2

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago