@@ -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/
@@ -10,7 +10,7 @@
"@ckeditor/ckeditor5-theme-lark": "^0.8.0"
},
"devDependencies": {
- "@ckeditor/ckeditor5-dev-lint": "^3.0.0",
+ "@ckeditor/ckeditor5-dev-lint": "^3.1.0",
"eslint-config-ckeditor5": "^1.0.0",
"gulp": "^3.9.1",
"guppy-pre-commit": "^0.4.0"