build: cleanup husky configuration
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 3 Apr 2024 16:06:27 +0000 (18:06 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 3 Apr 2024 16:06:27 +0000 (18:06 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.husky/commit-msg
.husky/pre-commit
biome.json

index c160a7712333eb282e933e1b5009ae81b9d4c677..0a4b97de53ae4f83db224a73981e6c0aaf581203 100755 (executable)
@@ -1,4 +1 @@
-#!/usr/bin/env sh
-. "$(dirname -- "$0")/_/husky.sh"
-
-npx --no -- commitlint --edit ${1}
+npx --no -- commitlint --edit $1
index cf0c46b936c647a48c38cfbf9d837b280fcbb754..041c660c92b36e939248b12a0fb99f203d210be2 100755 (executable)
@@ -1,4 +1 @@
-#!/usr/bin/env sh
-. "$(dirname -- "$0")/_/husky.sh"
-
 npx --no-install lint-staged
index 0d36c3b65238387f6fa311a501f71cd218eb0cec..3cb7b642161021fd8258b74621fd337e33943a48 100644 (file)
@@ -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
   },