Browse Source

Internal: Added stylelint dependency.

All this to make CI green.
Marek Lewandowski 6 years ago
parent
commit
3fe0426b13
1 changed files with 3 additions and 1 deletions
  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",