mirror of
https://github.com/ONLYOFFICE/onlyoffice-owncloud.git
synced 2025-04-18 13:24:05 +03:00
13 lines
426 B
JSON
13 lines
426 B
JSON
{
|
|
"extends": ["stylelint-config-standard", "stylelint-config-sass-guidelines"],
|
|
"rules": {
|
|
"scss/at-extend-no-missing-placeholder": null,
|
|
"max-nesting-depth": null,
|
|
"selector-class-pattern": null,
|
|
"selector-max-compound-selectors": null,
|
|
"selector-max-id": null,
|
|
"selector-no-qualifying-type": null,
|
|
"property-no-vendor-prefix": null,
|
|
"string-quotes": "double"
|
|
}
|
|
} |