cloudcmd/.putout.json
2023-01-29 20:48:56 +02:00

53 lines
1.2 KiB
JSON

{
"plugins": [
"cloudcmd",
"webpack"
],
"ignore": [
"html",
"fixture*",
"app.json",
"fontello.json"
],
"match": {
"base64": {
"convert-typeof-to-is-type": "off"
},
"route.spec.js": {
"tape/convert-ok-to-match": "off"
},
"*.js": {
"convert-esm-to-commonjs": "on"
},
"*.md": {
"convert-commonjs-to-esm": "on"
},
".webpack": {
"webpack": "on"
},
"server": {
"nodejs/remove-process-exit": "on"
},
"server/{server,exit}.js": {
"nodejs/remove-process-exit": "off"
},
"server/{server,exit,terminal,distribute/log}.{js,mjs}": {
"remove-console": "off"
},
"client/{client,cloudcmd,load-module}.js": {
"remove-console": "off"
},
"client/sw": {
"remove-console": "off"
},
"test/common/cloudfunc.js": {
"remove-console": "off"
},
"storage.js": {
"promises/remove-useless-async": "off"
},
"docker.yml": {
"github/set-node-versions": "off"
}
}
}