cloudcmd/.putout.json
2021-03-02 14:40:56 +02:00

38 lines
889 B
JSON

{
"ignore": [
"html",
"fixture*",
"app.json",
"fontello.json"
],
"match": {
"*.js": {
"convert-esm-to-commonjs": "on"
},
"*.md": {
"convert-commonjs-to-esm": "on"
},
".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"
},
"test/common/cloudfunc.js": {
"remove-console": "off"
},
"storage.js": {
"remove-useless-async": "off"
}
}
}