From 218b46c3b860f79892f0995fc6ed27dd9321202d Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 16 Dec 2024 17:04:30 +0100 Subject: [PATCH] chore: try to make biome ignore vendors/ --- biome.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index fe1b09d4..c03644d7 100644 --- a/biome.json +++ b/biome.json @@ -1,4 +1,12 @@ { + "files": { + "include": [ + "umap/static/umap/js/**" + ], + "ignore": [ + "umap/static/umap/vendors/**" + ] + }, "formatter": { "enabled": true, "formatWithErrors": false, @@ -23,7 +31,7 @@ }, "javascript": { "formatter": { - "arrowParentheses":"always", + "arrowParentheses": "always", "bracketSameLine": false, "bracketSpacing": true, "jsxQuoteStyle": "double",