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

13 lines
276 B
JSON
Raw Normal View History

2021-07-30 19:23:17 +02:00
{
"extends": [
"stylelint-config-standard",
"stylelint-config-recommended-scss",
"stylelint-config-idiomatic-order"
],
"rules": {
"indentation": 4,
"selector-type-no-unknown": null,
"no-eol-whitespace": null
}
}