Skip to content

Commit 4c7905b

Browse files
Added back jshintrc
1 parent b3730b2 commit 4c7905b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.jshintrc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"bitwise": true,
3+
"eqeqeq": true,
4+
"eqnull": true,
5+
"immed": true,
6+
"newcap": true,
7+
"esnext": true,
8+
"camelcase": false,
9+
"latedef": true,
10+
"noarg": true,
11+
"node": true,
12+
"undef": true,
13+
"browser": true,
14+
"trailing": true,
15+
"jquery": true,
16+
"curly": true,
17+
"supernew": true,
18+
"globals": {
19+
"Backbone": true,
20+
"_": true,
21+
"jQuery": true
22+
}
23+
}

0 commit comments

Comments
 (0)