mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
chore: lint
This commit is contained in:
parent
579c9e41d7
commit
046a4ef22e
14 changed files with 16 additions and 12 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import path, {dirname} from 'node:path';
|
||||
import {fileURLToPath} from 'node:url';
|
||||
import serveOnce from 'serve-once';
|
||||
import {serveOnce} from 'serve-once';
|
||||
import {test, stub} from 'supertape';
|
||||
import cloudcmd, {
|
||||
_isDev,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import {join} from 'node:path';
|
|||
import {promisify} from 'node:util';
|
||||
import {tryToCatch} from 'try-to-catch';
|
||||
import test from 'supertape';
|
||||
import serveOnce from 'serve-once';
|
||||
import {serveOnce} from 'serve-once';
|
||||
import {cloudcmd} from '#server/cloudcmd';
|
||||
import markdown from './index.js';
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import {Readable} from 'node:stream';
|
|||
import fs from 'node:fs';
|
||||
import {tryToCatch} from 'try-to-catch';
|
||||
import {test, stub} from 'supertape';
|
||||
import serveOnce from 'serve-once';
|
||||
import {serveOnce} from 'serve-once';
|
||||
import {cloudcmd} from '#server/cloudcmd';
|
||||
import {_getReadDir} from './route.js';
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import {dirname, join} from 'node:path';
|
|||
import {fileURLToPath} from 'node:url';
|
||||
import {readFileSync} from 'node:fs';
|
||||
import {test, stub} from 'supertape';
|
||||
import serveOnce from 'serve-once';
|
||||
import {serveOnce} from 'serve-once';
|
||||
import {putout} from 'putout';
|
||||
import {userMenu} from './user-menu.js';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue