From 00584b3e80f638f605fb66ea95c5319bc954319e Mon Sep 17 00:00:00 2001 From: xaviergonz Date: Thu, 28 Mar 2024 12:41:48 +0100 Subject: [PATCH] fix linting --- apps/benchmark/src/bench.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/benchmark/src/bench.ts b/apps/benchmark/src/bench.ts index 3b932e84..530f3e42 100644 --- a/apps/benchmark/src/bench.ts +++ b/apps/benchmark/src/bench.ts @@ -1,3 +1,5 @@ +/* eslint-disable @typescript-eslint/ban-types */ + import Benchmark from "benchmark" import chalk from "chalk"