.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / prettier-stylelint / tests / package.json
1 {
2     "stylelint": {
3         "extends": ["stylelint-config-recommended", "./config"],
4         "rules": {
5             "string-quotes": "single",
6             "indentation": [
7                 4,
8                 {
9                     "except": ["value"]
10                 }
11             ],
12             "color-hex-case": "upper",
13             "color-hex-length": "short",
14             "unit-whitelist": ["em", "rem", "%", "s", "px"]
15         }
16     }
17 }