style: lint

This commit is contained in:
Neko Ayaka
2026-08-26 19:49:58 +08:00
parent e60a04a4ec
commit 98f40d7d0b
1625 changed files with 75216 additions and 75203 deletions
@@ -2,11 +2,11 @@ import { defineConfig } from 'tsdown'
export default defineConfig([
{
dts: true,
entry: ['./src/run.ts'],
inlineOnly: [],
platform: 'node',
dts: true,
unused: true,
publint: true,
unused: true,
},
])