Add .jshintrc

This commit is contained in:
Johannes Zellner 2015-06-16 16:33:12 +02:00
parent 80b959f101
commit 5afa0815ca
1 changed files with 7 additions and 0 deletions

7
.jshintrc Normal file
View File

@ -0,0 +1,7 @@
{
"node": true,
"browser": true,
"unused": true,
"globalstrict": true,
"predef": [ "angular", "$", "describe", "it", "before", "after" ]
}