@wearewondrous/stylelint-config

2.0.0 • Public • Published

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 @wearewondrous/stylelint-config

Usage

Set your stylelint config to:

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

Creator

WONDROUS

License

Package Sidebar

Install

npm i @wearewondrous/stylelint-config

Weekly Downloads

6

Version

2.0.0

License

MIT

Unpacked Size

3.82 kB

Total Files

4

Last publish

Collaborators

  • mahapo
  • mirkopoloni
  • mirko-kienle
  • seralichtenhahn
  • tassilogroeper
  • webermario
  • yobottehg