1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-23 14:57:46 +01:00
openstamanager/.stylelintrc.json
2021-11-10 17:33:47 +01:00

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
}
}