Skip to content

v2.5.0

Compare
Choose a tag to compare
@topheman topheman released this 04 Dec 00:32
· 88 commits to master since this release

TL;DR: Added a linter & made some refactor on the code to make it compliant with new code style.

  • setup eslint with eslint-config-airbnb (preset for .eslintrc) a7d8c7b
  • added DISABLE_LINTER env var to switch off linter if set to true 765d8fd
  • refactored all the files to be compliant with new code style 244cc2d
  • replaced .jsx file extensions with .js 6c14896
  • now linting before running tests b50b24b
  • now running tests on pre-commit hook 56b446c

Changelog: v2.4.0...v2.5.0