Newer
Older
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
{
"bitwise": true,
"curly": true,
"esversion": 11,
"forin": true,
"freeze": true,
"futurehostile": true,
"latedef": "nofunc",
"maxdepth": 3,
"nonbsp": true,
"nonew": true,
"noreturnawait": true,
"shadow": "outer",
"strict": true,
"undef": true,
"unused": true,
"browser": true,
"devel": true,
"mootools": true,
"globals": {
"QUI": false,
"QUILocale": false,
"QUIQQER": false,
"QUIQQER_PROJECT": false,
"QUIQQER_SITE": false,
"QUIQQER_ONLOAD_MODULES": false,
"QUIQQER_FRONTEND": false,
"QUIQQER_LOCALE": false,
"QUIQQER_USER": false,
"QUIQQER_PRIVACY_POLICY_URL": false,
"URL_DIR": false,
"URL_OPT_DIR": false,
"URL_BIN_DIR": false,
"URL_LIB_DIR": false,
"URL_VAR_DIR": false,
"URL_PROJECT_DIR": false,
"URL_TEMPLATE_DIR": false,
"Fx": false,
"Locale": false,
"moofx": false,
"require": false,
"requirejs": false,
"define": false,
"quiIsLoaded": false,
"whenQuiLoaded": false,
"GDPR": false,
"JSON": false,
"Element": false
}
}