This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #4812
v5.19.0
promise-function-async
for short parenthesized arrow functions (Allowed parenthesis bodies for one-line promise-function-async functions #4765)no-async-without-await
false positive for abstract methods (no-async-without-await: check type property and add tests #4782)strict-comparison
false positive fornull
andundefined
literals (Fix strict comparison false positive #4786)no-angle-bracket-type-assertion
autofix semantics with more parentheses (no-angle-bracket-type-assertion: check only for binary expression #4823)restrict-plus-operands
rule (fix: add bigint support to restrict-plus-operand rule #4814)await-promise
now supports new TypeScript 3.6 AST API symbols for async iterators (Allowed new 'AsyncGenerator' name for await-promise async iterables #4800)check-strings
andcheck-regex
options formax-line-length
rule ([max-line-length] ignore strings and regex in max line length #4798)variable-declaration-ignore-function
option fortypedef
rule ([new-rule-option] Introduce new typedef rule option (variable-declaration-ignore-function) #4769)ignore-blank-lines
option forobject-literal-sort-keys
rule (fix: add option to enforce alphabetical ordering regardless of blank lines #4808)no-for-in
(Add noForIn rule #4747)no-invalid-void
([new-rule] Added new invalid-void rule #4736)strict-string-expressions
reports errors on type coercions found in string expressions (Add rule: strict-string-expressions #4807)