mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-22 22:37:37 +01:00
13 lines
276 B
JSON
13 lines
276 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-standard",
|
|
"stylelint-config-recommended-scss",
|
|
"stylelint-config-idiomatic-order"
|
|
],
|
|
"rules": {
|
|
"indentation": 4,
|
|
"selector-type-no-unknown": null,
|
|
"no-eol-whitespace": null
|
|
}
|
|
}
|