소스 검색

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

Szymon Kupś 9 년 전
부모
커밋
f099975abd
3개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 1
      packages/ckeditor5-undo/.jshintrc
  2. 0 1
      packages/ckeditor5-undo/dev/.jshintrc
  3. 0 1
      packages/ckeditor5-undo/tests/.jshintrc

+ 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,