From eec239e74bd540ea3c9e15006bb20f02010ebceb Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 5 Jun 2024 19:15:23 -0700 Subject: [PATCH] chore: move biome formatter.ignore to files.ignore --- biome.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/biome.json b/biome.json index e9c05b263..f830162d5 100644 --- a/biome.json +++ b/biome.json @@ -1,11 +1,13 @@ { "$schema": "https://biomejs.dev/schemas/1.8.0/schema.json", - "files": { "maxSize": 5242880 }, + "files": { + "maxSize": 5242880, + "ignore": ["**/__fixtures__/**"] + }, "formatter": { "enabled": true, "indentStyle": "space", - "lineWidth": 100, - "ignore": ["**/__fixtures__/**"] + "lineWidth": 100 }, "linter": { "rules": {