mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-22 19:21:57 +00:00
13 lines
311 B
Plaintext
13 lines
311 B
Plaintext
{
|
|
"extends": ["stylelint-config-standard"],
|
|
"rules": {
|
|
"color-named": "never",
|
|
"color-no-hex": true,
|
|
"font-family-no-missing-generic-family-keyword": [
|
|
true,
|
|
{"ignoreFontFamilies": ["Material Icons"]}
|
|
],
|
|
"selector-type-no-unknown": [true, {"ignoreTypes": ["webview"]}]
|
|
}
|
|
}
|