From 0958a6a40576de087daa6f3f81a6640bba9d8066 Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Mon, 5 Jun 2017 09:51:42 +0200 Subject: [PATCH 1/2] Use a more standard directory/ notation in .gitignore. --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 35a8f21..1ec5cd5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ # These files will be ignored by Git and by our linting tools: # gulp lint # gulp lint-staged -# -# Be sure to append /** to folders to have everything inside them ignored. -node_modules/** +node_modules/ From 1db71a8def62fe90e4f139157b3db9dabe96a960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Koszuli=C5=84ski?= Date: Thu, 15 Jun 2017 14:41:14 +0200 Subject: [PATCH 2/2] Bumped up dev-lint. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4dabcd2..34a1178 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@ckeditor/ckeditor5-basic-styles": "^0.8.1", "@ckeditor/ckeditor5-clipboard": "^0.6.0", - "@ckeditor/ckeditor5-dev-lint": "^3.0.0", + "@ckeditor/ckeditor5-dev-lint": "^3.1.0", "@ckeditor/ckeditor5-editor-classic": "^0.7.3", "@ckeditor/ckeditor5-enter": "^0.9.1", "@ckeditor/ckeditor5-heading": "^0.9.1",