chore(cloudcmd) lint

This commit is contained in:
coderaiser 2021-06-08 14:13:46 +03:00
parent f92152195c
commit fbc8ae25ad
5 changed files with 8 additions and 10 deletions

View file

@ -22,10 +22,9 @@
"remove-process-exit": "on"
},
"server/{server,exit}.js": {
"remove-process-exit": "off",
"remove-console": "off"
"remove-process-exit": "off"
},
"server/{terminal,distribute/log}.js": {
"server/{server,exit,terminal,distribute/log}.js": {
"remove-console": "off"
},
"client/{client,cloudcmd,load-module}.js": {
@ -36,9 +35,7 @@
},
"storage.js": {
"remove-useless-async": "off"
}
},
"match": {
},
"docker.yml": {
"github/set-node-versions": "off"
}