-
Notifications
You must be signed in to change notification settings - Fork 9
/
base.json
58 lines (54 loc) · 1.59 KB
/
base.json
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
56
57
58
{
"id": "base",
"mode": "ADVANCED",
"output-wrapper": "/* IiifViewer; Copyright (C) 2017 - Klokan Technologies GmbH; Powered by OpenLayers */\n(function() {%output%})();",
"define": {
"goog.DEBUG": false
},
"checks": {
"accessControls": "ERROR",
"ambiguousFunctionDecl": "ERROR",
"checkEventfulObjectDisposal": "ERROR",
"checkRegExp": "ERROR",
"checkTypes": "OFF",
"checkVars": "ERROR",
"conformanceViolations": "ERROR",
"const": "ERROR",
"constantProperty": "ERROR",
"deprecated": "ERROR",
"deprecatedAnnotations": "ERROR",
"duplicateMessage": "ERROR",
"es3": "ERROR",
"es5Strict": "ERROR",
"externsValidation": "OFF",
"fileoverviewTags": "ERROR",
"globalThis": "ERROR",
"internetExplorerChecks": "ERROR",
"invalidCasts": "ERROR",
"misplacedTypeAnnotation": "OFF",
"missingGetCssName": "ERROR",
"missingProperties": "ERROR",
"missingProvide": "ERROR",
"missingRequire": "ERROR",
"missingReturn": "ERROR",
"msgDescriptions": "ERROR",
"newCheckTypes": "ERROR",
"nonStandardJsDocs": "OFF",
"suspiciousCode": "ERROR",
"strictModuleDepCheck": "ERROR",
"typeInvalidation": "ERROR",
"undefinedNames": "ERROR",
"undefinedVars": "ERROR",
"unknownDefines": "ERROR",
"unusedLocalVariables": "ERROR",
"unusedPrivateMembers": "ERROR",
"uselessCode": "ERROR",
"useOfGoogBase": "OFF",
"underscore": "ERROR",
"visibility": "ERROR",
"accessControls": "ERROR",
"ambiguousFunctionDecl": "ERROR",
"analyzerChecks": "OFF",
"lintChecks": "OFF"
}
}