7b87229e29
Not added to the CI / default linting phases yet as, predictably enough, it's very unhappy with our CSS. Just added one rule which is that our CSS is indented with 4 spaces (the default being 2).
6 lines
94 B
JSON
6 lines
94 B
JSON
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"indentation": 4
|
|
}
|
|
}
|