chore: lint

This commit is contained in:
coderiaser 2025-12-31 14:13:10 +02:00
parent 43edba8cb8
commit cc889bda4f
48 changed files with 64 additions and 62 deletions

View file

@ -2,7 +2,7 @@
const fs = require('node:fs');
const tryCatch = require('try-catch');
const {tryCatch} = require('try-catch');
const test = require('supertape');
const readFilesSync = require('@cloudcmd/read-files-sync');

View file

@ -1,7 +1,7 @@
'use strict';
const test = require('supertape');
const tryCatch = require('try-catch');
const {tryCatch} = require('try-catch');
const showConfig = require('../../server/show-config');

View file

@ -1,3 +1,4 @@
import {Buffer} from 'node:buffer';
import serveOnce from 'serve-once';
import test from 'supertape';
import criton from 'criton';