.stylelintrc.json 226 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
{
    "extends": "stylelint-config-standard",
    "ignoreFiles": [
        "build/**"
    ],
    "rules": {
        "at-rule-empty-line-before": null,
        "indentation": 4,
        "no-descending-specificity": null
    }
}