mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(putout) true -> on, false -> off
This commit is contained in:
parent
154030c5fa
commit
42046eff3a
1 changed files with 5 additions and 5 deletions
10
.putout.json
10
.putout.json
|
|
@ -7,17 +7,17 @@
|
|||
"webpack": "on"
|
||||
},
|
||||
"server": {
|
||||
"remove-process-exit": true
|
||||
"remove-process-exit": "on"
|
||||
},
|
||||
"server/(server|exit).js": {
|
||||
"remove-process-exit": false,
|
||||
"remove-console": false
|
||||
"remove-process-exit": "off",
|
||||
"remove-console": "off"
|
||||
},
|
||||
"server/(terminal|distribute/log).js": {
|
||||
"remove-console": false
|
||||
"remove-console": "off"
|
||||
},
|
||||
"client/(client|cloudcmd|load-module).js": {
|
||||
"remove-console": false
|
||||
"remove-console": "off"
|
||||
},
|
||||
"client/modules/config/index.js": {
|
||||
"apply-shorthand-properties": [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue