stylelint-config-schoenwaldnils

5.0.0 • Public • Published

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

Package Sidebar

Install

npm i stylelint-config-schoenwaldnils

Weekly Downloads

7

Version

5.0.0

License

MIT

Unpacked Size

7.16 kB

Total Files

3

Last publish

Collaborators

  • schoenwaldnils