From: Jérôme Benoit Date: Wed, 3 Apr 2024 16:00:45 +0000 (+0200) Subject: build: cleanup husky configuration X-Git-Tag: v3.1.30~44 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c7a62b64618a72fd0718f8820b0428e60b97a571;hp=a7a91b873971c083aea5601ccc914b2c23e2215a;p=poolifier.git build: cleanup husky configuration Signed-off-by: Jérôme Benoit --- diff --git a/.husky/commit-msg b/.husky/commit-msg index c160a771..0a4b97de 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 cf0c46b9..041c660c 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 f51e0bed..4be47502 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 },