forked from PedroGutierrezStratio/Project-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jshintrc
48 lines (47 loc) · 852 Bytes
/
.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
{
"curly": true,
"eqeqeq": false,
"es3": false,
"esversion": 6,
"forin": true,
"freeze": false,
"futurehostile": true,
"globals": {
"angular": false,
"inject": false
},
"globalstrict": false,
"latedef": "nofunc",
"noarg": true,
"nonbsp": true,
"nonew": true,
"plusplus": false,
"undef": true,
"unused": true,
"strict": false,
"maxdepth": 5,
"maxerr": 50,
"maxparams": 10,
"maxstatements": 40,
"asi": false,
"boss": false,
"debug": false,
"eqnull": false,
"esnext": false,
"evil": false,
"expr": false,
"funcscope": false,
"iterator": false,
"lastsemic": false,
"loopfunc": true,
"notypeof": false,
"proto": false,
"scripturl": false,
"shadow": false,
"supernew": false,
"validthis": false,
"noyield": false,
"browser": true,
"node": true,
"jasmine": true
}