Explorar o código

Reviewed JSHint config.

Piotrek Koszuliński %!s(int64=11) %!d(string=hai) anos
pai
achega
b7383e7f22
Modificáronse 1 ficheiros con 9 adicións e 2 borrados
  1. 9 2
      dev/tasks/jshint-config.json

+ 9 - 2
dev/tasks/jshint-config.json

@@ -1,4 +1,11 @@
 {
-	"globalstrict": true,
-	"validthis": true
+	"immed": true,
+	"latedef": "nofunc",
+	"noarg": true,
+	"nonbsp": true,
+	"undef": true,
+	"unused": true,
+	"strict": true,
+
+	"globalstrict": true
 }