Files
rabbit/scripts/fix.sh
2023-07-09 02:27:21 +09:00

5 lines
59 B
Bash
Executable File

#!/bin/sh
prettier --write "$@"
eslint --cache --fix "$@"