Skip to content

Commit cd2b745

Browse files
committed
adding .jshintrc
1 parent e59f7e6 commit cd2b745

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.jshintrc

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"globalstrict": true,
3+
"globals": {
4+
"angular": false,
5+
"console": false
6+
}
7+
}

0 commit comments

Comments
 (0)