aboutsummaryrefslogtreecommitdiff
path: root/.stylelintrc.json
blob: 6449c3f294301b629ee9594d3da0fb97071e349d (plain)
1
2
3
4
5
6
{
    "extends": "stylelint-config-standard",
    "rules": {
        "indentation": 4
    }
}