mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(cloudcmd) lint
This commit is contained in:
parent
81e76857da
commit
ef10ebe97c
40 changed files with 137 additions and 134 deletions
|
|
@ -6,11 +6,11 @@ const exec = require('execon');
|
|||
const currify = require('currify');
|
||||
const load = require('load.js');
|
||||
|
||||
const {log} = CloudCmd;
|
||||
|
||||
const {ajax} = require('../dom/load');
|
||||
|
||||
const Files = require('../dom/files');
|
||||
const Images = require('../dom/images');
|
||||
const {log} = CloudCmd;
|
||||
|
||||
const upload = currify(_upload);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue