From a27fd3870bab6e35d7bf6542b891a73b94f1153a Mon Sep 17 00:00:00 2001 From: Eric King Date: Mon, 13 May 2024 16:54:20 -0500 Subject: [PATCH] chore: removed `--config` --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 02f66d3..718da8a 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1 @@ -npx --no lint-staged -- --config "$(dirname "$0")/../lint-staged.config.mjs" +npx --no lint-staged