Skip to content

Commit b03ccff

Browse files
committed
Allow more JavaScript for now.
1 parent 482a776 commit b03ccff

File tree

1 file changed

+6
-24
lines changed

1 file changed

+6
-24
lines changed

.jshint

+6-24
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,10 @@
11
{
2-
"asi": true,
3-
"bitwise": false,
4-
"browser": true,
5-
"camelcase": false, // Disabled for now.
2+
"smarttabs": true,
3+
"onecase": true,
64
"curly": true,
75
"forin": true,
8-
"immed": true,
9-
"latedef": true,
10-
"maxlen": 1000,
11-
"newcap": true,
12-
"noarg": true,
13-
"noempty": false, // Disabled for now.
14-
"nonew": true,
15-
"onecase": true,
16-
"predef": [
17-
"define",
18-
"require",
19-
"console"
20-
],
21-
"quotmark": false,
22-
"smarttabs": true,
236
"trailing": true,
24-
"undef": true,
25-
"unused": false // Disabled for now
26-
}
27-
28-
7+
"asi": true,
8+
"maxlen": 1000,
9+
"quotmark": false
10+
}

0 commit comments

Comments
 (0)