aboutsummaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
blob: dc24e607d200be590a21ee6cd4a5f4f12f42b794 (plain)
1
2
3
4
5
6
7
{
    "extends": ["stylelint-config-standard", "stylelint-config-prettier"],
    "rules": {
        "indentation": 4,
        "string-quotes": "single"
    }
}