From cd98a2ca15444b023c11fd1848fe1effb6a79213 Mon Sep 17 00:00:00 2001 From: Bauke Date: Sun, 17 Jun 2018 12:22:32 +0200 Subject: [PATCH] Add rule to stylelint temporarily --- .stylelintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 4472dfb..a468d70 100755 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -2,6 +2,7 @@ "extends": "stylelint-config-recommended", "rules": { "indentation": 2, - "string-quotes": "single" + "string-quotes": "single", + "no-descending-specificity": null } }