format and linting

This commit is contained in:
Joel Wetzell
2026-07-09 13:55:47 -05:00
parent 26eb255256
commit d1a2110b41
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import { defineConfig } from 'tsdown'
import { defineConfig } from 'tsdown';
export default defineConfig({
entry: 'src/index.ts',
@@ -7,4 +7,4 @@ export default defineConfig({
esm: {},
cjs: {},
},
})
});