From 185b206627856a7600c76cf441211e8fddfc86f8 Mon Sep 17 00:00:00 2001 From: soulsands <407221377@qq.com> Date: Tue, 11 Apr 2023 00:17:16 +0800 Subject: [PATCH] chore: husky --- .husky/pre-commit | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .husky/pre-commit diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100644 index 000000000..36af21989 --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1,4 @@ +#!/bin/sh +. "$(dirname "$0")/_/husky.sh" + +npx lint-staged