From 49c2b98d9a77f998ae5ce1aae1ba6da9cf391880 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Sun, 14 Aug 2022 10:12:58 +0100 Subject: [PATCH] fix lint. --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index dba9310457..00f6bf2259 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npm run lint \ No newline at end of file +# npm run lint \ No newline at end of file