Standard JS code conversion + fixes
This commit is contained in:
30
package.json
30
package.json
@@ -129,5 +129,35 @@
|
||||
"twemoji-awesome": "^1.0.4",
|
||||
"vue": "^2.1.10"
|
||||
},
|
||||
"standard": {
|
||||
"globals": [
|
||||
"app",
|
||||
"appconfig",
|
||||
"appdata",
|
||||
"bgAgent",
|
||||
"db",
|
||||
"entries",
|
||||
"git",
|
||||
"mark",
|
||||
"lang",
|
||||
"lcdata",
|
||||
"rights",
|
||||
"upl",
|
||||
"winston",
|
||||
"ws",
|
||||
"Mongoose",
|
||||
"CORE_PATH",
|
||||
"ROOTPATH",
|
||||
"IS_DEBUG",
|
||||
"PROCNAME",
|
||||
"WSInternalKey"
|
||||
],
|
||||
"ignore": [
|
||||
"assets/**/*",
|
||||
"data/**/*",
|
||||
"node_modules/**/*",
|
||||
"repo/**/*"
|
||||
]
|
||||
},
|
||||
"snyk": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user