cloudcmd/.putout.json
2020-11-16 17:40:32 +02:00

42 lines
1 KiB
JSON

{
"ignore": [
"fixture*"
],
"match": {
"import.spec.js|console.js": {
"remove-skip": "off"
},
".webpack": {
"webpack": "on"
},
"server": {
"remove-process-exit": "on"
},
"server/(server|exit).js": {
"remove-process-exit": "off",
"remove-console": "off"
},
"server/(terminal|distribute/log).js": {
"remove-console": "off"
},
"client/(client|cloudcmd|load-module).js": {
"remove-console": "off"
},
"client/modules/config/index.js": {
"apply-shorthand-properties": [{
"ignore": [
"ONE_MINUTE"
]
}]
},
"view.js": {
"apply-shorthand-properties": "off"
},
"test/common/cloudfunc.js": {
"remove-console": "off"
},
"storage.js": {
"remove-useless-async": "off"
}
}
}