diff --git a/.husky/commit-msg b/.husky/commit-msg index 9e359542..9701dfed 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,3 +1,2 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" + bunx --no-install commitlint --edit "$1" diff --git a/.husky/pre-commit b/.husky/pre-commit index 93f85662..84aec536 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,3 +1,2 @@ -#!/usr/bin/env sh -. "$(dirname "$0")/_/husky.sh" + bun lint-staged diff --git a/.lintstagedrc.yml b/.lintstagedrc.yml index 62c9d456..47a1035f 100644 --- a/.lintstagedrc.yml +++ b/.lintstagedrc.yml @@ -2,7 +2,7 @@ - prettier --list-different - eslint '*.md': - - cspell lint --file - markdownlint-cli2 + - cspell lint --quiet --no-must-find-files --files '*.{json,yml}': - prettier --list-different diff --git a/bun.lockb b/bun.lockb index 07d02c3e..121c6018 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/components/IconOrbit.vue b/components/IconOrbit.vue index b27d17b9..0bc55de0 100644 --- a/components/IconOrbit.vue +++ b/components/IconOrbit.vue @@ -138,16 +138,7 @@ -