David 9 anni fa
parent
commit
0b0320bca3
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  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
+	}
 }