Changelog
v6.1.0
no-object-literal-type-assertion
fix typo in rule description (#4911)Thanks to our contributors!
Changelog
v6.0.0
This version has been marked as deprecated on NPM to encourage users to migrate to ESLint.
enforce-trailing-newline
option in file-header
rule (#4890)writeFileSync
on macOS 10.15 (#4887)completed-docs
rule when tag contents are undefined (#4895)[error]
in testing rules documentation (#4903)Thanks to our contributors!
Changelog
v6.0.0-beta1
No changes from v6.0.0-beta0, just re-released to correctly mark with the beta
and next
dist-tags on NPM.
Changelog
v5.20.1
No changes from v5.20.0, just re-released to correctly mark with the latest
dist-tag on NPM.
Changelog
v6.0.0-beta0
tslint:recommended
configuration (#4871)tslint:recommended
configuration (#4312)vso
formatter now reports severity of rule failures (#4286)typedef
rule arrow-call-signature
option is more consistent in reporting errors on lambdas and will flag more violations that were missed in the previous rule implementation (#4533)ordered-imports
is now consistent with TypeScript's Organise Imports ordering (#4064)member-ordering
now checks property accessors (getters and setters) (#3984)tslint:all
configuration (#4862)no-redundant-jsdoc
allow @author
tag (#4854)RuleFailure#toJson()
no longer forces rule severity to be an uppercase string (#2622)return-undefined
rule now works with TS 3.7 (#4866)prefer-switch
is more lenient with if
statements containing multiple OR conditions without any else
clause (#4873)completed-doc
: add support for constructor documentation (#4861)case-insensitive-legacy
for ordered-imports
rule (#4064)import-blacklist
: add some options examples (#4858)Thanks to our contributors!
Changelog
v5.20.0
strict-boolean-expressions
false positive with "ignore-rhs"
option (#4833)no-unnecessary-type-assertion
no error when "strict": true
in compiler flags (#4841)file-name-casing
rule works correctly (#4848)array-type
false positive for simple parenthesized types with "array-simple" option (#4844)object-literal-shorthand
supports {"property"?: "never", "method"?: "never"}
as config options (#4842)allow-generics
option for invalid-void
rule (#4839)check-super-calls
option for unnecessary-constructor
rule (#4813)diff
dependency to v4.0.1 (#4845, #4852)Thanks to our contributors!
Changelog
v5.19.0
promise-function-async
for short parenthesized arrow functions (#4765)no-async-without-await
false positive for abstract methods (#4782)strict-comparisons
false positive for null
and undefined
literals (#4786)no-angle-bracket-type-assertion
autofix semantics with more parentheses (#4823)restrict-plus-operands
rule (#4814)await-promise
now supports new TypeScript 3.6 AST API symbols for async iterators (#4800)check-strings
and check-regex
options for max-line-length
rule (#4798)variable-declaration-ignore-function
option for typedef
rule (#4769)ignore-blank-lines
option for object-literal-sort-keys
rule (#4808)no-for-in
(#4747)invalid-void
(#4736)strict-string-expressions
reports errors on type coercions found in string expressions (#4807)no-promise-as-boolean
(#4790)Thanks to our contributors!