cloudcmd/.putout.json
2020-10-17 18:05:31 +03:00

39 lines
956 B
JSON

{
"ignore": [
"fixture*"
],
"match": {
".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"
}
}
}