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

Release v5.1.0

Choose a tag to compare

@nwronski nwronski released this 26 Apr 14:41
· 17 commits to master since this release

Changed

  • Removed suspect/broken rules on TSLint 5.x (the --fix is producing invalid code rewrites): trailing-comma, array-bracket-spacing, object-curly-spacing
  • Removed rules on TSLint 5.x that are generating warnings: multiline-arrow (Cannot read property 'getStart' of undefined)

Fixed

  • Make codelyzer a peer dependency to prevent npm install warning for non-Angular projects