From 17f98537f4f71c7f2f7a13663915cb219f719211 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 21 Sep 2018 15:39:49 +0300 Subject: config linters to omit warnings --- juick-server/.stylelintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'juick-server/.stylelintrc.json') diff --git a/juick-server/.stylelintrc.json b/juick-server/.stylelintrc.json index d439742a..e1c32ef0 100644 --- a/juick-server/.stylelintrc.json +++ b/juick-server/.stylelintrc.json @@ -10,6 +10,7 @@ "rule-empty-line-before": null, "selector-pseudo-element-colon-notation": null, "shorthand-property-no-redundant-values": null, - "no-descending-specificity": null + "no-descending-specificity": null, + "selector-type-no-unknown": null } } -- cgit v1.2.3