This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
v5.15.0
- [api]
WalkContext
andAbstractWalker
type parameter defaults tovoid
(#2600) - [bugfix]
no-void-expression
now allows conditional expressions (#4606) - [bugfix] fix linebreak handling in
ordered-imports
(#4583) - [bugfix] fix
static-this
false positive for higher order components (#4580) - [bugfix] Fixed crash in
unnecessary-else
from blankif
statements (#4603) - [bugfix] Fixed false positive in
unnecessary-else
after non-jumping statement (#4603) - [bugfix]
interface-name
now handles interface starting with "I18n" correctly (#4486) - [bugfix]
no-string-throw
fix inserts whitespace if not present afterthrow
keyword (#4540) - [bugfix]
quotemark
: fix some edge cases forbacktick
option (#4618) - [bugfix]
unnecessary-constructor
: don't flag non-private constructors that are actually necessary (#4619) - [enhancement] Upgrade js-yaml to avoid security issue (#4595)
- [new-rule-option]
allow-single-line-comments
option forfile-header
rule (#4560) - [new-rule-option]
ignore-rest-args
option forno-any
rule (#4581) - [new-rule]
no-null-undefined-union
(#4589)
Thanks to our contributors!
- Max Belsky
- Steve Moser
- Christian Flach
- Roman Rogowski
- Terry
- Luke
- Andy Hanson
- Vitalij Krotov
- Josh Goldberg
- Vincent Langlet
- Neha Rathi
- Eric Ferreira