1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 09:40:04 +08:00
SpaceVim/bundle/nvim-tree.lua/.hooks/pre-commit.sh

5 lines
69 B
Bash
Raw Normal View History

2022-05-19 09:03:59 +08:00
#!/usr/bin/env bash
stylua . --check || exit 1
luacheck . || exit 1