Browse Source

Internal: Add missing ESLint dev dependency to package.json.

Maciej Gołaszewski 8 years ago
parent
commit
1ce403903b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/ckeditor5-essentials/package.json

+ 1 - 0
packages/ckeditor5-essentials/package.json

@@ -16,6 +16,7 @@
   "devDependencies": {
     "@ckeditor/ckeditor5-editor-classic": "^1.0.0-alpha.1",
     "@ckeditor/ckeditor5-paragraph": "^1.0.0-alpha.1",
+    "eslint": "^4.8.0",
     "eslint-config-ckeditor5": "^1.0.6",
     "husky": "^0.14.3",
     "lint-staged": "^4.2.3"