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.14.0
backtick
option forquotemark
rule no longer incorrectly flags string literals that must use single/double quotes (Fix #4514: [quotemark: backtick] Incorrectly flags string literals that must use single/double quotes #4535)whitespace
rule now lints export statements (Add whitespace rule for ExportDeclaration #4554)no-trailing-whitespace
no longer flags files starting with a byte order mark (fix for #4518: (no-trailing-whitespace) flags leading empty line as error #4543)promise-function-async
now allows single statement lamda functions that delegate to another promise-returning function (Address 2637: Relax promise-function-async for short arrow functions #4553)whitespace
rule (Fix metadata of the whitespace rule #4551)underscore
option forno-shadowed-variable
rule to ignore shadowed underscores (Implement 4201: add option to ignore shadowed underscore #4546)require-const-for-all-caps
option forvariable-name
rule (Added require-const-for-all-caps option to variable-name #2936)overloads
option forcompleted-docs
rule to enforce documentation of each overload signature (Added an overloads option in completed-docs #4563)allow-namespace-imports
option forno-duplicate-imports
rule (Add option for "allow-namespace-imports" to noDuplicateImports rule #4524)allow-arguments
option forno-object-literal-type-assertion
rule to allow type assertions on object literals used inside call expressions ([no-object-literal-type-assertion] New option: "allow-arguments" #4521)allow-delete
option forno-unbound-method
rule (Addallow-delete
option tono-unbound-method
rule #4548)no-tautology-expression
(Added no-tautology-expression rule #4470)static-this
(Implement static-this rule (#4428) #4475)unnecessary-else
(Added unnecessary-else Rule #4502)