Ver código fonte

Reviewed JSHint config.

Piotrek Koszuliński 11 anos atrás
pai
commit
b7383e7f22
1 arquivos alterados com 9 adições e 2 exclusões
  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
 }