From 3f90625429be9850c5c211f589d762f09cad43f6 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Fri, 7 Jun 2024 19:32:47 -1000 Subject: [PATCH] chore: :bug: Change --apply to --write in precommit linting --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 0b7445a8..f98cea3f 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ PATH=$PATH:~/.bun/bin bun install -bun lint --apply +bun lint --write bun check