From a46d7643362daca66af660cb7ca656efc0d767b7 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Thu, 16 Apr 2026 11:55:54 +0530 Subject: [PATCH] chore: biome ignore package.json --- biome.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 52d8102..48dba1b 100644 --- a/biome.json +++ b/biome.json @@ -5,5 +5,13 @@ "lineWidth": 80, "lineEnding": "lf" }, - "files": { "includes": ["**", "!!spec-built", "!!engine262", "!!graphology"] } + "files": { + "includes": ["**", "!!spec-built", "!!engine262", "!!graphology"] + }, + "overrides": [ + { + "includes": ["package.json"], + "formatter": { "enabled": false } + } + ] }