This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Releases: palantir/tslint
Releases · palantir/tslint
v2.4.3
- [new-rule]
no-conditional-assignment
(#507) - [new-rule]
member-access
(#552) - [new-rule]
no-internal-module
(#513) - [bugfix] small fixes to
sample.tslint.json
(#545) - [bugfix] fix README docs for quotemark and indent (#523)
- [enhancement] update
findup-sync
andunderscore.string
dependencies - [enhancement] add
"typescript"
field topackage.json
(#560) - [enhancement] small improvements to CLI help text
- [enhancement] expose raw failures array in the JS API (#477)
v2.5.0-dev.2
Uses TypeScript compiler v1.6.0-dev.20150811
.
Fix a bug in linting JSX syntax (#559)
v2.5.0-dev.1
Uses TypeScript compiler v1.6.0-dev.20150805
.
Adds support for linting .tsx
files.
v2.4.2
v2.4.0
v2.3.1-beta
- [bugfixess] #137 #434 #451 #456
- [new-rule]
no-require-imports
disallowsrequire()
style imports - [new-rule]
no-shadowed-variable
moves over shadowed variable checking fromno-duplicate-variable
into its own rule - BREAKING
no-duplicate-variable
now only checks for duplicates within the same block scope; enableno-shadowed-variable
to get duplicate-variable checking across block scopes
- [enhancement]
no-duplicate-variable
,no-shadowed-variable
, andno-use-before-declare
now support ES6 destructuring - [enhancement] tslint CLI now uses a default configuration if no config file is found