From b89b27e8a954e798f599871e82b04dadae096a32 Mon Sep 17 00:00:00 2001 From: XantreDev Date: Mon, 12 Aug 2024 00:28:22 +0200 Subject: [PATCH] fixed lint --- .github/workflows/codspeed.yml | 2 +- benchmarks/bench.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index c83c248..cc11516 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -3,7 +3,7 @@ name: codspeed-benchmarks on: push: branches: - - 'main' # or "main" + - 'main' pull_request: workflow_dispatch: diff --git a/benchmarks/bench.ts b/benchmarks/bench.ts index 2fd5a7d..22f409e 100644 --- a/benchmarks/bench.ts +++ b/benchmarks/bench.ts @@ -33,5 +33,6 @@ bench.add('twMerge (collection)', () => { }) ;(async () => { await bench.run() + // eslint-disable-next-line no-console console.table(bench.table()) })()