chore: lint

This commit is contained in:
coderiaser 2025-07-02 20:10:47 +03:00
parent 1679b788c2
commit 5f0391fc44
7 changed files with 30 additions and 32 deletions

View file

@ -318,9 +318,10 @@ async function readConfig(name) {
async function help() {
const {default: bin} = await import('../json/help.json', {
with: {
type: 'json'
}
type: 'json',
},
});
const forEachKey = await simport('for-each-key');
const currify = await simport('currify');