0.5.0 • Published 2 years ago

stylelint-config-dh v0.5.0

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

stylelint-config-dh

NPM version

Shareable config for stylelint.

Personal preference of David Hund, Valued Standards.

Usage

Set your stylelint config to:

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

Personal overrides

Change/override rules by adding a "rules" key to your config.

For example, to change the indentation to spaces:

{
  "extends": "stylelint-config-dh",
  "rules": {
    "indentation": "space"
  }
}

CHANGELOG

LICENSE