aboutsummaryrefslogtreecommitdiff
path: root/juick-server/.stylelintrc.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-09-21 15:39:49 +0300
committerGravatar Vitaly Takmazov2018-09-21 15:39:49 +0300
commit17f98537f4f71c7f2f7a13663915cb219f719211 (patch)
tree3d97446140bea9e2cf07a5629fe364f953fdca00 /juick-server/.stylelintrc.json
parentee05cb97cab798724b2f74ae7575cae4550f07aa (diff)
config linters to omit warnings
Diffstat (limited to 'juick-server/.stylelintrc.json')
-rw-r--r--juick-server/.stylelintrc.json3
1 files changed, 2 insertions, 1 deletions
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
}
}