From 235d5045b9b61c9cd7cbc58f51facab235cb613a Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Sun, 26 May 2019 15:04:43 +0200 Subject: [PATCH] Add font-weight-notation numeric rule (#7) --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index da0cae0..35069f2 100644 --- a/index.js +++ b/index.js @@ -64,6 +64,7 @@ module.exports = { "ignoreAtRules": [ "if", "else", "elseif" ] } ], + "font-weight-notation": "numeric", "string-quotes": "single", "value-keyword-case": "lower", "declaration-empty-line-before": "never",