From 39a3d1f33ab61409a668096517d0a05af6f5260e Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Fri, 24 May 2019 10:50:03 +0200 Subject: [PATCH] Disable the no-descending-specificity rule (#6) --- index.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/index.js b/index.js index 33b4a6f..da0cae0 100644 --- a/index.js +++ b/index.js @@ -98,12 +98,7 @@ module.exports = { "at-rule-semicolon-space-before": "never", "indentation": 4, "max-line-length": 120, - "no-descending-specificity": [ - true, - { - "severity": "warning" - } - ], + "no-descending-specificity": null, "no-duplicate-selectors": true, "no-empty-source": true, "block-no-empty": true,