tty/.husky/pre-commit

2 lines
65 B
Bash

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