forked from coderaiser/cloudcmd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.putout.json
More file actions
27 lines (27 loc) · 696 Bytes
/
.putout.json
File metadata and controls
27 lines (27 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"match": {
"server": {
"remove-process-exit": true
},
"server/(server|exit).js": {
"remove-process-exit": false,
"remove-console": false
},
"server/(terminal|distribute/log).js": {
"remove-console": false
},
"client/(client|cloudcmd|load-module).js": {
"remove-console": false
},
"client/modules/config/index.js": {
"apply-shorthand-properties": [{
"ignore": [
"ONE_MINUTE"
]
}]
},
"test/common/cloudfunc.js": {
"remove-console": false
}
}
}