modular-minecraft-proxy/script/lint.sh
Dinhero21 cc9c274325 refactor
I actually wrote a package manager but then my shit got fucked and I lost motivation to do it again but now I have motivation again (thanks modern medicine)
2024-08-30 17:34:35 -03:00

4 lines
59 B
Bash
Executable file

#!/usr/bin/env bash
eslint --fix src
prettier --write src