From: Jérôme Benoit Date: Wed, 3 Apr 2024 16:06:27 +0000 (+0200) Subject: build: cleanup husky configuration X-Git-Url: https://git.piment-noir.org/?p=benchmarks-js.git;a=commitdiff_plain;h=c1bebef4083616a28caa7848fdd66bbe899b3379 build: cleanup husky configuration Signed-off-by: Jérôme Benoit --- diff --git a/.husky/commit-msg b/.husky/commit-msg index c160a77..0a4b97d 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -npx --no -- commitlint --edit ${1} +npx --no -- commitlint --edit $1 diff --git a/.husky/pre-commit b/.husky/pre-commit index cf0c46b..041c660 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - npx --no-install lint-staged diff --git a/biome.json b/biome.json index 0d36c3b..3cb7b64 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.6.3/schema.json", + "$schema": "https://biomejs.dev/schemas/1.6.4/schema.json", "organizeImports": { "enabled": false },