tty/.husky/pre-commit

3 lines
62 B
Bash

#!/usr/bin/env sh
bunx prettier --write .
bunx eslint --fix .