forked from AppertaFoundation/openeyes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jshintrc
54 lines (54 loc) · 1.14 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
{
"esversion": 9,
"curly": false,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"unused": true,
"boss": true,
"eqnull": true,
"browser": true,
"es3": false,
"es5": false,
"jquery": true,
"mocha": true,
"globals": {
"$": true,
"jQuery": true,
"module": false,
"require": false,
"console": false,
"OpenEyes": true,
"Mustache": true,
"sinon": true,
"expect": true,
"dialogPolyfill": true,
"ED": true,
"_": true,
"analytics_dataCenter": true,
"analytics_toolbox": true,
"analytics_csv_download": true,
"analytics_csv_cataract": true,
"analytics_custom": true,
"analytics_clinical": true,
"analytics_service": true,
"analytics_sidebar": true,
"analytics_drill_down": true,
"analytics_options": true,
"analytics_layout": true,
"analytics_init": true,
"analytics_cataract": true,
"YII_CSRF_TOKEN": true,
"Plotly": true,
"enhancedPopupFixed": true,
"oePlotly_v1": true,
"pickmeup": true,
"jsPDF": true,
"alert": true,
"format_date": true
}
}