From 786da9975f61a589475ff2b477e43ac568706f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Herrera=20Guzm=C3=A1n?= Date: Mon, 15 Jul 2019 10:08:07 +0200 Subject: [PATCH] chore: disable stylelint on files with no CSS templates --- .stylelintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.stylelintrc b/.stylelintrc index 91ae548..31d4943 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -26,6 +26,7 @@ "no-descending-specificity": [true, { "severity": "warning" }], "no-duplicate-at-import-rules": true, "no-duplicate-selectors": true, + "no-empty-source": null, "no-extra-semicolons": true, "no-invalid-double-slash-comments": true, "property-no-unknown": true,