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
+	}
 }