8
0
Pārlūkot izejas kodu

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

Piotrek Koszuliński 10 gadi atpakaļ
vecāks
revīzija
48e2879528
3 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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,