This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
v5.14.0
- [bugfix]
backtick
option forquotemark
rule no longer incorrectly flags string literals that must use single/double quotes (#4535) - [bugfix] Fixed regression in CheckstyleFormatter backwards compatibility (#4561)
- [bugfix]
whitespace
rule now lints export statements (#4554) - [bugfix]
no-trailing-whitespace
no longer flags files starting with a byte order mark (#4543) - [enhancement]
promise-function-async
now allows single statement lamda functions that delegate to another promise-returning function (#4553) - [enhancement] Add note to docs about zero-indexing for machine formatters (#4544)
- [enhancement] Fix metadata of the
whitespace
rule (#4551) - [enhancement] Add junit output for files which are successfully linted (#4566)
- [new-rule-option]
underscore
option forno-shadowed-variable
rule to ignore shadowed underscores (#4546) - [new-rule-option]
require-const-for-all-caps
option forvariable-name
rule (#2936) - [new-rule-option]
overloads
option forcompleted-docs
rule to enforce documentation of each overload signature (#4563) - [new-rule-option]
allow-namespace-imports
option forno-duplicate-imports
rule (#4524) - [new-rule-option]
allow-arguments
option forno-object-literal-type-assertion
rule to allow type assertions on object literals used inside call expressions (#4521) - [new-rule-option]
allow-delete
option forno-unbound-method
rule (#4548) - [new-rule]
no-tautology-expression
(#4470) - [new-rule]
static-this
(#4475) - [new-rule]
unnecessary-else
(#4502)
Thanks to our contributors!
- Roman Rogowski
- Max Belsky
- Edward Drapkin
- Dominik Palo
- Matthew McCune
- Debsmita
- Lucas Charles
- Piotr Gajowniczek
- Darren Anderson
- Noam Yogev
- Josh Goldberg
- Karol Majewski