Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Release v5.0.0

Choose a tag to compare

@nwronski nwronski released this 25 Apr 18:03
· 21 commits to master since this release

Added

  • Added array-bracket-spacing, object-curly-spacing, and block-spacing rules as [true, "always"]
  • Added handle-callback-err rule

Changed

  • Upgraded vrsource-tslint-rules to 5.1.0
  • Removed literal-spacing rule to use the tslint-eslint-rules versions that have --fix support
  • Changed ext-variable-name to allow functions with leading underscores
  • Changed ext-variable-name to enforce camel case on public methods and properties