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.15.0
no-void-expression
now allows conditional expressions (Fix #4556 - False positive: No void expression #4606)ordered-imports
(ordered-imports: don't remove linebreaks if text contains non-whitespace characters #4583)static-this
false positive for higher order components (Fix #4579: false positive static-this in HOC #4580)unnecessary-else
from blankif
statements (Fixed false positive in unnecessary-else after non-jumping statement #4603)unnecessary-else
after non-jumping statement (Fixed false positive in unnecessary-else after non-jumping statement #4603)interface-name
now handles interface starting with "I18n" correctly (Handle I18n case #4486)no-string-throw
fix inserts whitespace if not present afterthrow
keyword (Fix #4530: no-string-throw fixer creates syntax errors #4540)quotemark
: fix some edge cases forbacktick
option (Excuse edge cases in quotemark backtick (#4588) #4618)unnecessary-constructor
: don't flag non-private constructors that are actually necessary (Check for non-public modifiers in constructors (#4511) #4619)WalkContext
andAbstractWalker
generic type param definition (Default type parameter of WalkContext and AbstractWalker to void #2600)allow-single-line-comments
option forfile-header
rule (Address 3180: Rule file-header should have an option to allow // comments #4560)ignore-rest-args
option forno-any
rule (Added support for 'ignore-rest-args' option in 'no-any' rule #4581)no-null-undefined-union
(Add "no-null-undefined-union" rule. #4589)