From 5db4c87274c2a136e81c7309f94ae6a7927f11de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Go=C5=82aszewski?= Date: Wed, 11 Oct 2017 13:46:34 +0200 Subject: [PATCH] Internal: Add missing ESLint dev dependency to package.json. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a9b4b4f..8719b0a 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,10 @@ }, "devDependencies": { "@ckeditor/ckeditor5-editor-classic": "^1.0.0-alpha.1", - "@ckeditor/ckeditor5-paragraph": "^1.0.0-alpha.1", "@ckeditor/ckeditor5-essentials": "^1.0.0-alpha.1", + "@ckeditor/ckeditor5-paragraph": "^1.0.0-alpha.1", "@ckeditor/ckeditor5-utils": "^1.0.0-alpha.1", + "eslint": "^4.8.0", "eslint-config-ckeditor5": "^1.0.6", "husky": "^0.14.3", "lint-staged": "^4.2.3"