mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
styles: Enable stylelint font-family-name-quotes rule.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -19,6 +19,9 @@ module.exports = {
|
||||
"declaration-empty-line-before": null,
|
||||
"length-zero-no-unit": null,
|
||||
|
||||
// Additional stylistic rules
|
||||
"font-family-name-quotes": "always-where-recommended",
|
||||
|
||||
// Limit language features
|
||||
"color-no-hex": true,
|
||||
"color-named": "never",
|
||||
|
Reference in New Issue
Block a user