8
0
Quellcode durchsuchen

JSHint: Surpressed warnings about functions in loops because since we use ES6 they became less problematic.

Piotrek Koszuliński vor 10 Jahren
Ursprung
Commit
48e2879528
3 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 1 0
      .jshintrc
  2. 1 0
      dev/.jshintrc
  3. 1 0
      tests/.jshintrc

+ 1 - 0
.jshintrc

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

+ 1 - 0
dev/.jshintrc

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

+ 1 - 0
tests/.jshintrc

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