Browse Source

Internal: Added stylelint dependency.

All this to make CI green.
Marek Lewandowski 6 năm trước cách đây
mục cha
commit
3fe0426b13
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      packages/ckeditor5-watchdog/package.json

+ 3 - 1
packages/ckeditor5-watchdog/package.json

@@ -20,7 +20,9 @@
     "eslint": "^5.5.0",
     "eslint-config-ckeditor5": "^2.0.0",
     "husky": "^2.4.1",
-    "lint-staged": "^8.2.1"
+    "lint-staged": "^8.2.1",
+    "stylelint-config-ckeditor5": "^1.0.0",
+    "stylelint": "^11.1.1"
   },
   "engines": {
     "node": ">=8.0.0",