aboutsummaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
blob: b25642b8fa575b72b704fe3dc730a64c4a2b85fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "extends": "stylelint-config-standard",
    "ignoreFiles": [
        "**/*.min.css",
        "**/*.min.js",
        "interface/css/d3evolution.css",
        "interface/css/nprogress.css"
    ],
    "rules": {
        "at-rule-empty-line-before": null,
        "color-hex-length": null,
        "comment-empty-line-before": null,
        "indentation": 4,
        "number-leading-zero": null,
        "rule-empty-line-before": null
    }
}