Skip to content

Commit 7c64a72

Browse files
committed
fixed lint
1 parent 9e4204c commit 7c64a72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks/bench.ts

+1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ bench.add('twMerge (collection)', () => {
3333
})
3434
;(async () => {
3535
await bench.run()
36+
// eslint-disable-next-line no-console
3637
console.table(bench.table())
3738
})()

0 commit comments

Comments
 (0)