aboutsummaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2021-11-14 21:18:58 +0300
committermoisseev <moiseev@mezonplus.ru>2021-11-14 21:18:58 +0300
commit0370452acb19f783f3e613d190c0373441807603 (patch)
tree58d15af388abab6a7f8227cca64d6514035331a3 /.stylelintrc.json
parent8d33c6634f3bd79c4bf42c869cd0d284a2fb3312 (diff)
downloadrspamd-0370452acb19f783f3e613d190c0373441807603.tar.gz
rspamd-0370452acb19f783f3e613d190c0373441807603.zip
[Test] Pet Stylelint
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json
index ad79b181a..9e810e112 100644
--- a/.stylelintrc.json
+++ b/.stylelintrc.json
@@ -18,11 +18,14 @@
"interface/css/prism.css"
],
"rules": {
+ "alpha-value-notation": null,
"at-rule-empty-line-before": null,
"color-hex-length": null,
"comment-empty-line-before": null,
"indentation": 4,
"number-leading-zero": null,
- "rule-empty-line-before": null
+ "property-no-vendor-prefix": null,
+ "rule-empty-line-before": null,
+ "value-no-vendor-prefix": null
}
}