mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(cloudcmd) lint: no-multi-spaces
This commit is contained in:
parent
d3ecafe0ea
commit
62e2ca2a64
28 changed files with 78 additions and 72 deletions
|
|
@ -8,7 +8,7 @@ const dir = join(__dirname, '..', '..');
|
|||
const modulesPath = join(dir, 'json', 'modules.json');
|
||||
const cloudcmdPath = dir;
|
||||
|
||||
const localModules = require(modulesPath);
|
||||
const localModules = require(modulesPath);
|
||||
const modulas = require(`${dir}/server/modulas`);
|
||||
|
||||
const cloudcmd = require(cloudcmdPath);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue