cloudcmd/.putout.json
2021-01-26 19:28:03 +02:00

34 lines
800 B
JSON

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