mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore: lint
This commit is contained in:
parent
4b9267f375
commit
ea929465a8
29 changed files with 42 additions and 19 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import cloudcmd from './cloudcmd.js';
|
||||
import http from 'http';
|
||||
import {promisify} from 'util';
|
||||
import http from 'node:http';
|
||||
import {promisify} from 'node:util';
|
||||
import currify from 'currify';
|
||||
import squad from 'squad';
|
||||
import tryToCatch from 'try-to-catch';
|
||||
|
|
@ -12,6 +12,7 @@ import opn from 'open';
|
|||
import express from 'express';
|
||||
import {Server} from 'socket.io';
|
||||
import tryRequire from 'tryrequire';
|
||||
import process from 'node:process';
|
||||
|
||||
const bind = (f, self) => f.bind(self);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue