Pre-Push Git hook
?
S
BashSimple pre-push hook to lint code before pushing
1#!/bin/sh
2echo "Linting codebase before pushing..."
3echo $@
4npm run lintCreated on 4/19/2018
Simple pre-push hook to lint code before pushing
1#!/bin/sh
2echo "Linting codebase before pushing..."
3echo $@
4npm run lintCreated on 4/19/2018