5.0.0 • Published 2 years ago

stylelint-config-schoenwaldnils v5.0.0

Weekly downloads
73
License
MIT
Repository
github
Last release
2 years 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

2 years ago

5.0.0-1

2 years ago

5.0.0

2 years ago

4.0.0

4 years ago

3.0.0

6 years ago

3.0.0-0

6 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

8 years ago

1.3.0

8 years ago

1.2.2

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago