瀏覽代碼

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

Szymon Kupś 9 年之前
父節點
當前提交
f099975abd

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

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

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

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

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

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