We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a6462 commit 9049f36Copy full SHA for 9049f36
.hooks/pre-commit.sh
@@ -1,4 +1,4 @@
1
#!/usr/bin/env bash
2
3
+stylua . --check || exit 1
4
luacheck . || exit 1
-stylua **/*.lua --check || exit 1
0 commit comments