chore: cloudcmd: actions: lint ☘️

This commit is contained in:
coderaiser 2026-03-20 15:56:30 +00:00
parent e78f5d943f
commit e9a8910c9c
2 changed files with 5 additions and 5 deletions

View file

@ -13,10 +13,8 @@ import {getTitle} from '#common/cloudfunc';
import * as Images from '#dom/images';
import * as input from './input.js';
const {
CloudCmd,
DOM,
} = globalThis;
const {CloudCmd, DOM} = globalThis;
const {Dialog, setTitle} = DOM;
const Name = 'Config';

View file

@ -68,7 +68,9 @@ test('cloudfunc: render', (t) => {
template,
});
Expect += fs.readFileSync(EXPECT_PATH, 'utf8').slice(0, -1);
Expect += fs
.readFileSync(EXPECT_PATH, 'utf8')
.slice(0, -1);
let i;
const isNotOk = Expect