Files
vue-element-plus-admin/.husky/pre-commit
kailong321200875 15db5e8db3 chore: 更新eslint
2024-07-18 16:56:42 +08:00

9 lines
174 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/husky.sh"
[ -n "$CI" ] && exit 0
# Format and submit code according to lintstagedrc.js configuration
npm run ts:check
npm run lint:lint-staged