summaryrefslogtreecommitdiff
path: root/.stylelintrc.json
blob: 6033bdb848fea498ffacaa4f15850d794d6a1a4d (plain)
1
2
3
4
5
6
7
8
9
{
    "extends": "stylelint-config-standard",
    "rules": {
        "comment-empty-line-before": null,
        "indentation": 4,
        "no-descending-specificity": null,
        "selector-list-comma-newline-after": null
    }
}