Skip to content

The quality booster

Compare
Choose a tag to compare
@tdd tdd released this 31 Oct 14:19
· 18 commits to master since this release

Infrastructure & Tooling

  • Full VS Code, EditorConfig, ESLint and Prettier setup for contributors to have an easier way to follow the coding style we adhere to, with automatic commit/push hooks as safeguards
  • Husky / CommitLint / Conventional-Changelog linter for commit messages
  • Custom homepage (GH Pages derivation)
  • Although we still report coverage to CodeClimate, we also report it to CodeCov now for a number of reasons. The badge now reflects CodeCov.

Documentation

The Contributing guide was updated to reflect this new tooling and infrastructure.

Updates

  • All dependencies were updated to their latest versions. (Greenkeeper incorrectly detected they broke the build, although it was a package-lock refusal due to npm ci runs…?)