libreoffice-online/loleaflet/.stylelintrc.json

14 lines
315 B
JSON
Raw Normal View History

{
"rules": {
"indentation": "tab",
"string-quotes": "single",
"no-duplicate-selectors": true,
"selector-combinator-space-after": "always",
"selector-attribute-quotes": "always",
"selector-attribute-brackets-space-inside": "never",
"function-url-quotes": ["always", {
"except": ["empty"]
}]
}
}