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.
v6.0.0-beta0
tslint:recommended
configuration (Removed annoying formatting rules from recommended ruleset #4871)tslint:recommended
configuration (Remove some difficult recommended rules #4312)vso
formatter now reports severity of rule failures (Add severity support for vso formatter #4286)typedef
rulearrow-call-signature
option is more consistent in reporting errors on lambdas and will flag more violations that were missed in the previous rule implementation (Improve typedef for callback used as parameter #4533)ordered-imports
is now consistent with TypeScript's Organise Imports ordering (Change normalisation of ordered-imports #4064)member-ordering
now checks property accessors (getters and setters) ([bugfix] member-ordering includes getters and setters #3984)tslint:all
configuration (fix[config]: remove deprcated rules from tslint: all config #4862)no-redundant-jsdoc
allow@author
tag ([bugfix] allow jsdoc author tag (#4849) #4854)RuleFailure#toJson()
no longer forces rule severity to be an uppercase string (Don't force uppercase on ruleSeverity (#2507) #2622)return-undefined
rule now works with TS 3.7 (Used checker.getTypeArguments in return-undefined rule when possible #4866)prefer-switch
is more lenient withif
statements containing multiple OR conditions without anyelse
clause ([prefer-switch]: Allow if-else statement with mulitple OR #4873)completed-doc
: add support for constructor documentation ([complete-doc]: add support for constuctor doc #4861)case-insensitive-legacy
forordered-imports
rule (Change normalisation of ordered-imports #4064)import-blacklist
: add some options examples (docs(import-blacklist): add some options examples #4858)