Skip to content

Commit d38e348

Browse files
chore(jshint): add jshint config file
1 parent ac40b5e commit d38e348

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.jshintrc

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

0 commit comments

Comments
 (0)