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.
v5.20.0
strict-boolean-expressions
false positive with"ignore-rhs"
option (4746: fix weird failures in strict-boolean-expressions for 'ignore-rhs' option #4833)no-unnecessary-type-assertion
no error when"strict": true
in compiler flags (Fix bug where the strict ts flag wasn't recognised correctly byno-unnecessary-type-assertion
#4841)file-name-casing
rule works correctly (fix(file-name-casing): ignore option works correctly #4848)array-type
false positive for simple parenthesized types with "array-simple" option (Parenthesized simple types are not fixed correctly when using array-type array-simple #4844)object-literal-shorthand
supports{"property"?: "never", "method"?: "never"}
as config options (Support granular config in 'object-literal-shorthand' #4842)allow-generics
option forinvalid-void
rule (Added allow-generics option to invalid-void rule #4839)check-super-calls
option forunnecessary-constructor
rule (4594 - fix unnecessary-constructor parameters for super call #4813)diff
dependency to v4.0.1 (Upgradediff
to 3.5.0 #4845, Upgrade diff to 4.0.1 #4852)