#!/bin/sh . "$(dirname "$0")/_/husky.sh" # 运行 ESLint 检查 npm run lint # 运行 Stylelint 检查 npm run stylelint # 运行 Prettier 格式化 npm run format