-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.jshintrc
75 lines (75 loc) · 1.79 KB
/
.jshintrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"asi" : null,
"bitwise" : false,
"boss" : true,
"browser" : true,
"camelcase" : null,
"couch" : null,
"curly" : false,
"debug" : null,
"devel" : true,
"dojo" : null,
"eqeqeq" : false,
"eqnull" : true,
"es3" : null,
"esnext" : null,
"evil" : null,
"expr" : true,
"forin" : false,
"freeze" : false,
"funcscope" : null,
"gcl" : null,
"globalstrict" : null,
"immed" : true,
"indent" : null,
"iterator" : null,
"jquery" : true,
"lastsemic" : true,
"latedef" : "nofunc",
"laxbreak" : true,
"laxcomma" : null,
"loopfunc" : null,
"maxcomplexity" : null,
"maxdepth" : null,
"maxerr" : 30,
"maxlen" : null,
"maxparams" : null,
"maxstatements" : null,
"mootools" : null,
"moz" : null,
"multistr" : null,
"newcap" : false,
"noarg" : true,
"node" : true,
"noempty" : null,
"nonbsp" : null,
"nonew" : false,
"nonstandard" : null,
"notypeof" : null,
"noyield" : null,
"phantom" : null,
"plusplus" : false,
"proto" : null,
"prototypejs" : null,
"quotmark" : null,
"rhino" : null,
"scripturl" : null,
"shadow" : true,
"smarttabs" : null,
"strict" : false,
"sub" : null,
"supernew" : true,
"trailing" : null,
"undef" : true,
"unused" : null,
"validthis" : null,
"worker" : true,
"wsh" : null,
"yui" : null,
"predef": [
"it",
"describe",
"afterEach",
"beforeEach"
]
}