stylelint-config-dh

0.5.0 • Public • Published

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

Package Sidebar

Install

npm i stylelint-config-dh

Weekly Downloads

3

Version

0.5.0

License

MIT

Unpacked Size

4.94 kB

Total Files

4

Last publish

Collaborators

  • davidhund