forked from SassDoc/sassdoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.jshintrc
More file actions
31 lines (31 loc) · 731 Bytes
/
Copy path.jshintrc
File metadata and controls
31 lines (31 loc) · 731 Bytes
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
{
"bitwise" : true,
"camelcase" : true,
"curly" : true,
"eqeqeq" : true,
"forin" : false,
"immed" : true,
"indent" : 2,
"latedef" : true,
"maxcomplexity": 30,
"maxdepth" : false,
"maxerr" : 10000,
"maxparams" : false,
"maxstatements": false,
"maxlen" : false,
"multistr" : true,
"newcap" : true,
"noarg" : true,
"noempty" : false,
"nonew" : false,
"plusplus" : false,
"quotmark" : true,
"scripturl" : true,
"strict" : true,
"sub" : true,
"supernew" : true,
"trailing" : true,
"undef" : true,
"unused" : true,
"node" : true
}