This repository has been archived by the owner on Apr 27, 2020. 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.
Dependencies.io has updated
tslint
(a npm dependency in/
) from "5.8.0" to "5.12.0".5.12.0
🎉 Features
type-literal-delimiter
(#3964)whitespace
Add whitespace rule for open braces (#4068)file-name-casing
: Add file name whitelist (#4206)object-literal-sort-keys
:locale-compare
(#4193)strict-boolean-expressions
addsallow-enum
to allow using enums in boolean expressions (#3604)import-blacklist
: support blacklisting specific named exports (#3926)type-literal-delimiter
: Add{ singleLine: "always" | "never"}
(#3964)file-name-casing
: Addsnake-case
option (#4081)file-header
: Enforce Blank Line after File Header (#3740)ban-ts-ignore
(#3728)function-constructor
(#4198)increment-decrement
(#3575)no-default-import
(#4023)unnecessary-constructor
(#3647)comment-type
(#4008)unnecessary-bind
(#3588)🛠️ Bugfixes & enhancements
exclude
to work with node API (#4143)@
symbol (#4192)return-undefined
rule (#4370)prefer-method-signature
: Correct the auto-fix code of rule, now capable to handle multiline signature. (#4066)node_modules
folder that are symlinked to another location where their dependencies are satisfied. (#4295)no-invalid-this
: fixes false positives on method-like syntax and false negatives on nested functions (#4034)one-line
: Check block in a case clause (#3619)whitespace
Don't require space between import and paren with in type imports (#4243)no-unused-variable
fromtslint:all
(#4079)callable-types
support interfaces containing a single construct signature (#4291) (#4352)ordered-imports
: Settingimport-sources-order: any
no longer invalidatesgrouped-imports: true
(#4374)homepage
to package.json (#4101)ordered-imports
: Whengrouped-imports
option of the rule is set, the fact that imports of the same type are all in one group is also checked. (#3733)<<:
to be used to merge anchors (#4350)line:column
instead of[line, column]
(#4222)Thanks to our contributors!