David 9 vuotta sitten
vanhempi
commit
0b0320bca3
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  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
+	}
 }