Skip to content

v1.0.0

Compare
Choose a tag to compare
@wollardj wollardj released this 07 Dec 00:50

All changes (below) are targeting the project itself; There are no public-facing changes from the previous release.

  • converted all coffeescript files to vanilla javascript
  • removed coffeescript dev dependency
  • added eslint (airbnb configs) along with prettier for linting / formatting
  • added lint-staged to ensure all files are linted and formatted as a pre-commit hook.
  • added husky to ensure all tests run as pre-commit and pre-push hooks