10 lines
260 B
Plaintext
10 lines
260 B
Plaintext
![]() |
{
|
||
|
"extends": [
|
||
|
"stylelint-config-standard"
|
||
|
],
|
||
|
"rules": {
|
||
|
"indentation": [4, {"except": ["value"], "severity": "warning"}],
|
||
|
"selector-type-case": ["lower", {"ignoreTypes": ["foreignObject"]}],
|
||
|
"no-missing-end-of-source-newline": null
|
||
|
}
|
||
|
}
|