Procházet zdrojové kódy

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

Piotrek Koszuliński před 10 roky
rodič
revize
48e2879528
3 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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,