8
0
Просмотр исходного кода

Removed latedef config from .jshintrc files. Fixes #143.

Szymon Kupś 9 лет назад
Родитель
Сommit
0122aa7618
3 измененных файлов с 0 добавлено и 3 удалено
  1. 0 1
      .jshintrc
  2. 0 1
      dev/.jshintrc
  3. 0 1
      tests/.jshintrc

+ 0 - 1
.jshintrc

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

+ 0 - 1
dev/.jshintrc

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

+ 0 - 1
tests/.jshintrc

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