From 00fe88c945b958b01d27525b7c800b923b54e6f8 Mon Sep 17 00:00:00 2001 From: Untone Date: Sun, 4 Feb 2024 13:34:27 +0300 Subject: [PATCH] fmt-ignore --- biome.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 5588f1e5..9c8ea84f 100644 --- a/biome.json +++ b/biome.json @@ -1,12 +1,17 @@ { "$schema": "https://biomejs.dev/schemas/1.5.3/schema.json", + "vcs": { + "defaultBranch": "dev", + "useIgnoreFile": true + }, "organizeImports": { "enabled": false }, "formatter": { "indentStyle": "space", "indentWidth": 2, - "lineWidth": 108 + "lineWidth": 108, + "ignore": ["./src/graphql/schema"] }, "javascript": { "formatter": {