This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Releases: palantir/tslint
Releases · palantir/tslint
v3.7.2
v3.7.0-dev.3
v3.7.1
v3.7.0-dev.2
- [bugfix] Improve handling of paths provided via the
-c
CLI option (#1083)
v3.7.0
v3.7.0-dev.1
- [enhancement]
extends
field fortslint.json
files (#997) - [enhancement]
--force
CLI option (#1059) - [enhancement] Improve how
Linter
class handles configurations with arulesDirectory
field (#1035) - [new-rule]
no-angle-bracket-type-assertion
rule (#639) - [new-rule-option] "allow-undefined-check" option for
triple-equals
rule (#602) - [new-rule-option] "always-prefix" and "never-prefix" option for
interface-name
rule (#512)
Thanks to our contributors!
v3.6.0
v3.6.0-dev.1
- [enhancement] Add
--exclude
CLI option (#915) - [bugfix] Fix
no-shadowed-variable
rule handling of standalone blocks (#1021) - [deprecation] Configuration through
package.json
files (#1020) - [API] Export additional configuration methods from top-level "tslint" module (#1009)
Thanks to our contributors!
- @blakeembrey
- @hamhut1066
- @meowtec