Revert "style: lint"

This reverts commit 98f40d7d0b.
This commit is contained in:
Neko Ayaka
2026-08-26 20:13:10 +08:00
parent cfcfc513ef
commit 146b3da65a
1625 changed files with 75440 additions and 75453 deletions
+1 -1
View File
@@ -1,12 +1,12 @@
import { defineConfig } from 'tsdown'
export default defineConfig({
dts: true,
entry: [
'src/index.ts',
'src/plugin-host/index.ts',
'src/plugin-host/runtimes/node/index.ts',
'src/plugin-host/runtimes/web/index.ts',
],
dts: true,
format: 'esm',
})