1
Fork 0
photoview/.husky/pre-commit

9 lines
131 B
Plaintext
Raw Normal View History

2021-04-03 17:32:01 +02:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
2021-04-03 17:49:18 +02:00
## Lint UI
sh "$(dirname "$0")/lint-ui.sh"
## Lint API
sh "$(dirname "$0")/lint-api.sh"