From 618a2f67a418fc21f3ba376fbb9299dd987530f9 Mon Sep 17 00:00:00 2001 From: Lars Hampe Date: Tue, 12 Nov 2024 16:16:08 +0100 Subject: [PATCH] ci: update biome settings --- biome.json | 1 - lefthook.yaml | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/biome.json b/biome.json index ad4c622..cae3cf6 100644 --- a/biome.json +++ b/biome.json @@ -24,7 +24,6 @@ "formatter": { "jsxQuoteStyle": "double", "quoteProperties": "asNeeded", - "trailingCommas": "all", "semicolons": "asNeeded", "arrowParentheses": "always", "bracketSpacing": true, diff --git a/lefthook.yaml b/lefthook.yaml index 9cb2f0a..e50af9f 100644 --- a/lefthook.yaml +++ b/lefthook.yaml @@ -2,5 +2,5 @@ pre-commit: commands: check: glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc,astro}" - run: bunx @biomejs/biome check --write --no-errors-on-unmatched --files-ignore-unknown=true --colors=off {staged_files} + run: /run/current-system/sw/bin/biome check --apply --no-errors-on-unmatched --files-ignore-unknown=true --colors=off {staged_files} stage_fixed: true \ No newline at end of file diff --git a/package.json b/package.json index d061043..3c237e6 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "packages/*" ], "devDependencies": { - "@biomejs/biome": "1.8.3", + "@biomejs/biome": "1.9.4", "lefthook": "^1.7.15" } }