-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.json
54 lines (54 loc) · 1.37 KB
/
config.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
{
"beautified-javascript-path": "CHANGEME",
"lint-result-path": "CHANGEME",
"eslint-command-path": "CHANGEME",
"eslint-config-path": "CHANGEME",
"jsbeautify-command-path": "CHANGEME",
"database-path": "CHANGEME",
"only-process-in-scope": false,
"highlight": true,
"diagnostics": false,
"process-tool-list": [
"Proxy",
"Scanner",
"Repeater"
],
"number-of-linting-threads": 3,
"lint-timeout": 60,
"number-of-request-threads": 10,
"threadpool-timeout": 10,
"lint-task-delay": 10,
"update-table-delay": 5,
"maximum-js-size": 0,
"js-mime-types": [
"application/javascript",
"application/ecmascript",
"application/x-ecmascript",
"application/x-javascript",
"text/javascript",
"text/ecmascript",
"text/javascript1.0",
"text/javascript1.1",
"text/javascript1.2",
"text/javascript1.3",
"text/javascript1.4",
"text/javascript1.5",
"text/jscript",
"text/livescript",
"text/x-ecmascript",
"text/x-javascript",
"script"
],
"javascript-file-extensions": [
"js",
"javascript"
],
"contains-javascript": [
"text/html",
"application/xhtml+xml"
],
"removable-headers": [
"If-Modified-Since",
"If-None-Match"
]
}