flowise / .husky /pre-commit
rohan13's picture
Flowise Changes
4114d85
raw
history blame contribute delete
194 Bytes
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn quick # prettify
yarn lint-staged # eslint lint(also include prettify but prettify support more file extensions than eslint, so run prettify first)