cds-snc / node-starter-app

Quick start application setup.... because you have to start somewhere.
MIT License
5 stars 3 forks source link

Remove pre-commit hook #96

Closed timarney closed 4 years ago

timarney commented 4 years ago

The pre-commit was getting in the way. The real intention was to catch linting and tests errors prior to pushing (avoiding the things failed because I forgot the dangling comma type of issue).