nvim-tree.lua/.hooks/pre-commit.sh
2022-04-24 16:32:37 +02:00

5 lines
76 B
Bash
Executable File

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