1.4.0 • Published 6 years ago

@wondrousllc/stylelint-config v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

wondrous-stylelint-config

Sass Guidelines shareable config for stylelint.

A stylelint config based on sass-guidelin.es and stylelint-config-sass-guidelines.

Installation

$ npm install --save @wondrousllc/stylelint-config

Usage

Set your stylelint config to:

{
  "extends": "@wondrousllc/stylelint-config"
}

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

Creator

WONDROUS LLC

License