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.
[0.9.3] - 2024-09-07
Features
sort-vars
rule (feat(linter/eslint): implementsort-vars
rule #5430) (Jelle van der Waa)erasing-op
(feat(linter/oxc): add fixer forerasing-op
#5377) (camc314)self-closing-comp
(feat(linter/react): implementself-closing-comp
#5415) (Jelle van der Waa)Bug Fixes
getter-return
rule (fix(linter): handle loops ingetter-return
rule #5517) (Cam McHenry)tree_shaking/no_side_effects_in_initialization
handle JSX correctly (fix(linter):tree_shaking/no_side_effects_in_initialization
handle JSX correctly #5450) (overlookmotel)eslint/radix
rule correctly check for unbound symbols (fix(linter):eslint/radix
rule correctly check for unbound symbols #5446) (overlookmotel)Performance
Documentation
Examples
for linter rules (docs(linter): update docsExamples
for linter rules #5513) (dalaoshu)Example
for linter rules (docs(linter): update docsExample
for linter rules #5479) (heygsc)Refactor
oxc/no-async-await
(refactor(linter): deduplicate code inoxc/no-async-await
#5549) (DonIsaac)eslint/radix
rule (refactor(linter): simplifyeslint/radix
rule #5445) (overlookmotel)no_div_regex
rule. (refactor(linter): use "parsed pattern" inno_div_regex
rule. #5417) (rzvxa)react/jsx_no_undef
ruleget_member_ident
do not return Option (refactor(linter):react/jsx_no_undef
ruleget_member_ident
do not return Option #5411) (overlookmotel)Styling
as_ast_kind
method for each variant #5491 and reduce the if nesting (style(linter): introduce the writing style from PR #5491 and reduce the if nesting #5512) (dalaoshu)- d8b29e7 Add trailing line breaks to JSON files (style: add trailing line breaks to JSON files #5544) (overlookmotel)- 694f032 Add trailing line breaks topackage.json
files (style: add trailing line breaks topackage.json
files #5542) (overlookmotel)Testing