瀏覽代碼

Reviewed JSHint config.

Piotrek Koszuliński 11 年之前
父節點
當前提交
b7383e7f22
共有 1 個文件被更改,包括 9 次插入2 次删除
  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
 }