0.0.0 • Published 6 years ago

stylelint-config-airbnb v0.0.0

Weekly downloads
12,515
License
MIT
Repository
github
Last release
6 years ago

stylelint-config-airbnb

Airbnb shareable config for stylelint.

Installation

npm install stylelint-config-airbnb

Usage

Set your stylelint config to:

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

Extending the config

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

For example, to change the indentation to tabs:

{
  "extends": "stylelint-config-airbnb",
  "rules": {
    "indentation": "tab"
  }
}

Changelog

License