mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
34 lines
800 B
JSON
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"
|
|
}
|
|
}
|
|
}
|