Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.

Releases: buzinas/tslint-eslint-rules

Version 3.2.3 release

25 Dec 04:56
Compare
Choose a tag to compare

Fixes

Version 3.2.2 release

24 Dec 06:20
Compare
Choose a tag to compare

Fixes

  • ter-indent
    • JSDocs no longer break variable declarations cb01358
    • Interfaces are also checked for indentation 5be6774
  • handle-callback-err: Issue 153
    • Added allowProperties option to make the rule more strict.

Version 3.2.0 release

14 Dec 06:53
Compare
Choose a tag to compare

Rules Added

Fixes

Changes

  • Added contributing file detailing how to use the current gulp tasks
  • Added links to the rule and test source in each of the rule documentation

Version 3.1.0 release

30 Nov 05:25
Compare
Choose a tag to compare

Rules Added

  • ter-prefer-arrow-callback

Fixes

  • ter-indent:
    • issues with try/catch statements
    • issues with return statements
    • issues with method declarations
    • A CallExpression option has been added.

Version 3.0.0 release

21 Nov 18:49
Compare
Choose a tag to compare

Upgraded to TSLint 4.0

  • Several rules are no longer applicable
    • no-duplicate-key
    • no-unreachable
    • no-unused-variable
    • use-strict

Developer Tools

Version 2.2.1 release

18 Nov 04:01
Compare
Choose a tag to compare

Fixes

Version 2.2.0 release

17 Nov 09:17
Compare
Choose a tag to compare

Rules Added

Fixes

Changes

  • Rule documentation can be generated from its metadata (d6ea71e)

Version 2.1.0 release

03 Oct 19:29
Compare
Choose a tag to compare
  • Support for Node v4.x and v0.10

Version 2.0.0 release

01 Oct 06:19
Compare
Choose a tag to compare

Upgraded to TypeScript v2.0.

Version 1.6.1 release

01 Oct 05:45
Compare
Choose a tag to compare

Fixed no-constant-condition rule.