David 9 年之前
父節點
當前提交
0b0320bca3
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      .jshintrc

+ 5 - 1
.jshintrc

@@ -3,5 +3,9 @@
 	"freeze": true,
 	"latedef": "nofunc",
 	"strict": "implied",
-	"undef": true
+	"undef": true,
+	"globals": { 
+		"angular": true,
+		"app": true
+	}
 }