Browse Source

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

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

+ 1 - 0
packages/ckeditor5-markdown-gfm/package.json

@@ -10,6 +10,7 @@
     "@ckeditor/ckeditor5-engine": "^1.0.0-alpha.1"
   },
   "devDependencies": {
+    "eslint": "^4.8.0",
     "eslint-config-ckeditor5": "^1.0.6",
     "husky": "^0.14.3",
     "lint-staged": "^4.2.3"