styles: Enable stylelint font-family-name-quotes rule.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-08-04 15:43:16 -07:00
parent ca2dc639c4
commit 18ce4aed8b
7 changed files with 10 additions and 7 deletions

View File

@@ -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",