stylelint-config-airbnb

0.0.0 • Public • Published

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

Package Sidebar

Install

npm i stylelint-config-airbnb

Weekly Downloads

10,519

Version

0.0.0

License

MIT

Unpacked Size

10.5 kB

Total Files

13

Last publish

Collaborators

  • superdem
  • superdem-se