From 47f87ed9af7e8ab56d03ab9e37265b3e3a1538dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 6 May 2024 21:46:15 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(biome):=20use=20jso?= =?UTF-8?q?n=20schema=20from=20mason=20installed=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/rules/biome.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.config/nvim/rules/biome.json b/.config/nvim/rules/biome.json index 8bf75951..0789721f 100644 --- a/.config/nvim/rules/biome.json +++ b/.config/nvim/rules/biome.json @@ -1,5 +1,6 @@ { - "$schema": "https://biomejs.dev/schemas/1.6.3/schema.json", + // Use the schema of the version installed from mason + "$schema": "~/.local/share/nvim/mason/packages/biome/node_modules/@biomejs/biome/configuration_schema.json", "organizeImports": { "enabled": true }, @@ -26,6 +27,11 @@ "all": true } }, + "vcs": { + "enabled": true, + "clientKind": "git", + "useIgnoreFile": true + }, "json": { "parser": { "allowComments": true } // for `tsconfig.json` }