This repository was archived by the owner on Feb 21, 2022. It is now read-only.
Releases: buzinas/tslint-eslint-rules
Releases · buzinas/tslint-eslint-rules
Version 3.2.3 release
Fixes
- handle-callback-err (0a9a882)
Version 3.2.2 release
Version 3.2.0 release
Rules Added
Fixes
- handle-callback-err: Issue 146
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
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
Upgraded to TSLint 4.0
- Several rules are no longer applicable
- no-duplicate-key
- no-unreachable
- no-unused-variable
- use-strict
Developer Tools
- Added RuleTester to help writing tests, see max-len-rule and no-multi-spaces for usage examples.
Version 2.2.1 release
Fixes
- ter-max-len (539b3c2)
Version 2.2.0 release
Version 2.1.0 release
- Support for Node v4.x and v0.10
Version 2.0.0 release
Upgraded to TypeScript v2.0.
Version 1.6.1 release
Fixed no-constant-condition
rule.