Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit a9aa10c

Browse files
committed
refactor(build): make jshint happy
1 parent 8ee7aaf commit a9aa10c

File tree

2 files changed

+511
-502
lines changed

2 files changed

+511
-502
lines changed

src/.jshintrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"undef" : true,
3+
"unused" : true,
4+
"strict" : true,
5+
"boss" : true,
6+
"globals" : {"angular":false , "window":false}
7+
}

0 commit comments

Comments
 (0)