David hace 9 años
padre
commit
0b0320bca3
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  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
+	}
 }