diff options
author | moisseev <moiseev@mezonplus.ru> | 2023-04-05 18:21:18 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2023-04-05 18:37:15 +0300 |
commit | 1460dc1283af0fa3aa5903f3f8939a283a5a074a (patch) | |
tree | 1195e4b41b223aabb32f95d42ab820aa512f4b44 /.stylelintrc.json | |
parent | 62f6a211838d8ebb48fa9acca773b123a820231f (diff) | |
download | rspamd-1460dc1283af0fa3aa5903f3f8939a283a5a074a.tar.gz rspamd-1460dc1283af0fa3aa5903f3f8939a283a5a074a.zip |
[Test] Fix Stylelint and npm warnings
Diffstat (limited to '.stylelintrc.json')
-rw-r--r-- | .stylelintrc.json | 8 |
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, |