element-web/.stylelintrc.json
David Baker 7b87229e29 Add stylelint
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).
2019-04-09 14:05:53 +01:00

6 lines
94 B
JSON

{
"extends": "stylelint-config-standard",
"rules": {
"indentation": 4
}
}