From: Jérôme Benoit Date: Mon, 18 Sep 2023 10:56:47 +0000 (+0200) Subject: build: fix biome configuration X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6fbb64fd0e855c662dbdbf65bfe0638ec0dae226;p=benchmarks-js.git build: fix biome configuration Signed-off-by: Jérôme Benoit --- diff --git a/biome.json b/biome.json index 1c2d3f5..8a79b06 100644 --- a/biome.json +++ b/biome.json @@ -28,6 +28,6 @@ } }, "files": { - "ignore": [".vscode/", "pnpm-lock.yaml", "benchmark/results/"] + "ignore": ["pnpm-lock.yaml", "benchmark/results/"] } }