commit 86356b5: [Test] Downgrade stylelint

moisseev moiseev at mezonplus.ru
Mon May 18 14:49:10 UTC 2020


Author: moisseev
Date: 2020-05-18 10:29:19 +0300
URL: https://github.com/rspamd/rspamd/commit/86356b5237e52aaeed79ac6e53fb84c5f02110d4 (refs/pull/3374/head)

[Test] Downgrade stylelint
as 13.4.0 is broken

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 1074aa28c..f22abf878 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
     "devDependencies": {
         "eslint": "*",
-        "stylelint": "*",
+        "stylelint": "~13.3.3",
         "stylelint-config-standard": "*"
     },
     "eslintIgnore": [


More information about the Commits mailing list