From fb770d7e7b58118a8f1dfc83e788cf56e5f81c96 Mon Sep 17 00:00:00 2001 From: ryanycw Date: Thu, 16 May 2024 17:51:46 +0800 Subject: [PATCH] build: add pre commit hook --- .husky/pre-commit | 1 + 1 file changed, 1 insertion(+) create mode 100644 .husky/pre-commit diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100644 index 00000000..3e49f88f --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1 @@ +yarn lint:fix