summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2021-11-14 20:39:52 +0300
committermoisseev <moiseev@mezonplus.ru>2021-11-14 20:39:52 +0300
commit8d33c6634f3bd79c4bf42c869cd0d284a2fb3312 (patch)
treee8fa2f19c7c3e504b378e80b7aa90861e53eb4ce /package.json
parentc055b7192fcdfc88cc7616fb1c16624071e6362c (diff)
downloadrspamd-8d33c6634f3bd79c4bf42c869cd0d284a2fb3312.tar.gz
rspamd-8d33c6634f3bd79c4bf42c869cd0d284a2fb3312.zip
[Test] Add PostCSS syntaxes for embedded styles
(required since Stylelint 14.0.0)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 076e7445f..57a46430e 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,9 @@
"devDependencies": {
"eslint": "*",
"stylelint": ">=13.6.0",
- "stylelint-config-standard": "*"
+ "stylelint-config-standard": "*",
+ "postcss-html": "*",
+ "@stylelint/postcss-css-in-js": "*"
},
"eslintIgnore": [
"*.min.js",