mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) lint
This commit is contained in:
parent
f92152195c
commit
fbc8ae25ad
5 changed files with 8 additions and 10 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue