chore(cloudcmd) lint

This commit is contained in:
coderaiser 2019-09-28 16:42:30 +03:00
parent d473a7e187
commit 794caced01
15 changed files with 42 additions and 35 deletions

View file

@ -13,6 +13,13 @@
"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
}