Skip to content

Commit 39a1dad

Browse files
committed
chore: remove eslint comments
1 parent 5a2bc2b commit 39a1dad

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
import { dynamoDb } from './dist'
1+
import { dynamoDb } from './dist/'
22

3-
// eslint-disable-next-line no-console
43
console.log('Starting DynamoDB on port 8000')
54

65
const port = 8000
76
// if you want to share with Bun Shell
8-
// eslint-disable-next-line antfu/no-top-level-await
97
const dd = await dynamoDb.launch()
108

11-
// eslint-disable-next-line no-console
129
console.log('dd', dd)
13-
// eslint-disable-next-line no-console
1410
console.log(`DynamoDB started on port ${port}`)

0 commit comments

Comments
 (0)