mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-23 14:57:46 +01:00
14 lines
309 B
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
|
|
}
|
|
}
|