Skip to content

Commit 3022ab6

Browse files
committed
chore: fix lint error
1 parent 9aa43b5 commit 3022ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ export default [
1212
dts: true,
1313
onSuccess: 'npm run build:fix',
1414
external: ['proper-lockfile'],
15-
}
15+
},
1616
] satisfies Options[]

0 commit comments

Comments
 (0)