diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/git-hooks/pre-commit | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/git-hooks/pre-commit b/scripts/git-hooks/pre-commit new file mode 100755 index 0000000..fc83971 --- /dev/null +++ b/scripts/git-hooks/pre-commit @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +npm run lint |