Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 369 Bytes

File metadata and controls

16 lines (11 loc) · 369 Bytes

throwit

Provides consistent and base error class. See Our Docs!.

Githooks

For developers contributing to this repo's source code, please run the following npm script:

npm run githooks

This script provides:

  • pre commit: Runs npm run lint before commit is added to history.
  • pre push: Runs tests before code is pushed up to remote.