From caa0a0e37f7eb3505612aefc14e7a7f876efbe7e Mon Sep 17 00:00:00 2001 From: David Trattnig <david@subsquare.at> Date: Mon, 5 Aug 2024 11:36:59 +0200 Subject: [PATCH] chore(pre-commit): disable lint for now --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 02b3d90..d947be4 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -make lint +# make lint -- GitLab