openstamanager/.stylelintrc.json

14 lines
309 B
JSON

{
"extends": [
"stylelint-config-standard",
"stylelint-config-recommended-scss",
"stylelint-config-idiomatic-order",
"stylelint-config-html"
],
"rules": {
"indentation": 4,
"selector-type-no-unknown": null,
"no-eol-whitespace": null
}
}