X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/24c19840864ecca77c75983d3388c3c19a260e79..a9b3b4d512421817cc34c4efe5f4d29a9453278d:/scripts/git-hooks/pre-commit?ds=sidebyside diff --git a/scripts/git-hooks/pre-commit b/scripts/git-hooks/pre-commit new file mode 100755 index 0000000..7c0849a --- /dev/null +++ b/scripts/git-hooks/pre-commit @@ -0,0 +1,4 @@ +#!/usr/bin/env sh + +npm run linthtml +npm run lint