update eslint config

This commit is contained in:
xiaofeng.mxf
2020-01-01 16:45:58 +08:00
parent 9a92e39e3b
commit 7c2a161c0a
10 changed files with 160 additions and 162 deletions

View File

@@ -10,10 +10,10 @@ const DEFAULT_OPTIONS = {
port: 8001,
webInterface: {
enable: true,
webPort: 8002, // optional, port for web interface
webPort: 8002, // optional, port for web interface
},
wsIntercept: true,
throttle: 10000, // optional, speed limit in kb/s
throttle: 10000, // optional, speed limit in kb/s
forceProxyHttps: true, // intercept https as well
dangerouslyIgnoreUnauthorized: true,
silent: false //optional, do not print anything into terminal. do not set it when you are still debugging.