Pre-Push Git hook

?
S
Bash

Simple pre-push hook to lint code before pushing

1#!/bin/sh
2echo "Linting codebase before pushing..."
3echo $@
4npm run lint

Created on 4/19/2018