0.0.4 • Published 6 years ago

sonrisa-stylelint-config v0.0.4

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

Sonrisa's stylelint configuration base.

Usage

npm install sonrisa-stylelint-config stylelint stylelint-config-recommended --save-dev

Latter two are peer dependencies.

Extend it in your config file (e.g. stylelintrc.json):

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

Overwrite rules if you like:

{
  "extends": "sonrisa-stylelint-config",
  "rules": {
    "indentation": "<whatever!>"
  }
}
0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago