瀏覽代碼

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

Szymon Kupś 9 年之前
父節點
當前提交
20621e2b83
共有 3 個文件被更改,包括 0 次插入3 次删除
  1. 0 1
      packages/ckeditor5-ui/.jshintrc
  2. 0 1
      packages/ckeditor5-ui/dev/.jshintrc
  3. 0 1
      packages/ckeditor5-ui/tests/.jshintrc

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

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

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

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

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

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