aboutsummaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2023-04-05 18:21:18 +0300
committermoisseev <moiseev@mezonplus.ru>2023-04-05 18:37:15 +0300
commit1460dc1283af0fa3aa5903f3f8939a283a5a074a (patch)
tree1195e4b41b223aabb32f95d42ab820aa512f4b44 /.stylelintrc.json
parent62f6a211838d8ebb48fa9acca773b123a820231f (diff)
downloadrspamd-1460dc1283af0fa3aa5903f3f8939a283a5a074a.tar.gz
rspamd-1460dc1283af0fa3aa5903f3f8939a283a5a074a.zip
[Test] Fix Stylelint and npm warnings
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json
index 9e810e112..040ffaa9e 100644
--- a/.stylelintrc.json
+++ b/.stylelintrc.json
@@ -4,15 +4,11 @@
{
"files": ["**/*.html"],
"customSyntax": "postcss-html"
- },
- {
- "files": ["**/*.js"],
- "customSyntax": "@stylelint/postcss-css-in-js"
}
],
"ignoreFiles": [
"**/*.min.css",
- "**/*.min.js",
+ "**/*.js",
"interface/css/d3evolution.css",
"interface/css/nprogress.css",
"interface/css/prism.css"
@@ -22,7 +18,7 @@
"at-rule-empty-line-before": null,
"color-hex-length": null,
"comment-empty-line-before": null,
- "indentation": 4,
+ "media-feature-range-notation": "prefix",
"number-leading-zero": null,
"property-no-vendor-prefix": null,
"rule-empty-line-before": null,