Skip to content

Commit 018d81e

Browse files
committed
Fix linting issue for litlytics package build script
1 parent d42beb1 commit 018d81e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/litlytics/build.ts

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// ignore ban ts comment and ignore top level await
2+
/* eslint @typescript-eslint/ban-ts-comment: 0 */
3+
// @ts-ignore
14
await Bun.build({
25
entrypoints: ['./litlytics.ts'],
36
outdir: './dist',

0 commit comments

Comments
 (0)