Преглед на файлове

Removed latedef config from .jshintrc files. More info: https://github.com/ckeditor/ckeditor5/issues/143.

Szymon Kupś преди 9 години
родител
ревизия
5a7eb92817
променени са 3 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 1
      packages/ckeditor5-utils/.jshintrc
  2. 0 1
      packages/ckeditor5-utils/dev/.jshintrc
  3. 0 1
      packages/ckeditor5-utils/tests/.jshintrc

+ 0 - 1
packages/ckeditor5-utils/.jshintrc

@@ -3,7 +3,6 @@
 	"esnext": true,
 
 	"immed": true,
-	"latedef": "nofunc",
 	"loopfunc": true,
 	"noarg": true,
 	"nonbsp": true,

+ 0 - 1
packages/ckeditor5-utils/dev/.jshintrc

@@ -3,7 +3,6 @@
 	"esnext": true,
 
 	"immed": true,
-	"latedef": "nofunc",
 	"loopfunc": true,
 	"noarg": true,
 	"nonbsp": true,

+ 0 - 1
packages/ckeditor5-utils/tests/.jshintrc

@@ -4,7 +4,6 @@
 
 	"expr": true,
 	"immed": true,
-	"latedef": "nofunc",
 	"loopfunc": true,
 	"noarg": true,
 	"nonbsp": true,