We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482a776 commit b03ccffCopy full SHA for b03ccff
.jshint
@@ -1,28 +1,10 @@
1
{
2
- "asi": true,
3
- "bitwise": false,
4
- "browser": true,
5
- "camelcase": false, // Disabled for now.
+ "smarttabs": true,
+ "onecase": true,
6
"curly": true,
7
"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,
23
"trailing": true,
24
- "undef": true,
25
- "unused": false // Disabled for now
26
-}
27
-
28
+ "asi": true,
+ "maxlen": 1000,
+ "quotmark": false
+}
0 commit comments