nvim-tree.lua/.hooks/pre-commit.sh
2022-05-08 16:14:40 +02:00

5 lines
69 B
Bash
Executable File

#!/usr/bin/env bash
stylua . --check || exit 1
luacheck . || exit 1