-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.jshintrc
More file actions
36 lines (36 loc) · 770 Bytes
/
.jshintrc
File metadata and controls
36 lines (36 loc) · 770 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
32
33
34
35
36
{
"esversion": 6,
"asi": true,
"browser": true,
"laxbreak": true,
"node": true,
"globals": {
"$": false,
"range": false,
"range2": false,
"repeat": false,
"splitRows": false,
"Minitel": false,
"LZString": false,
"Drawing": false,
"importHTML": false,
"inputNumberButton": false,
"SimpleRibbon": false,
"queryParameters": false
},
"eqeqeq": true,
"forin": true,
"freeze": true,
"futurehostile": true,
"maxdepth": 4,
"latedef": true,
"maxparams": 10,
"maxstatements": 40,
"noarg": true,
"nocomma": true,
"nonbsp": true,
"nonew": true,
"singleGroups": true,
"undef": true,
"unused": true
}