Skip to content

fix(linter): no-unused-expressions false positive with arrow fn expressions#7585

Merged
Boshen merged 1 commit intomainfrom
c/12-02-fix_linter_no-unused-expressions_false_positive_with_arrow_fn_expressions
Dec 3, 2024
Merged

fix(linter): no-unused-expressions false positive with arrow fn expressions#7585
Boshen merged 1 commit intomainfrom
c/12-02-fix_linter_no-unused-expressions_false_positive_with_arrow_fn_expressions

Conversation

@camc314
Copy link
Copy Markdown
Contributor

@camc314 camc314 commented Dec 2, 2024

fixes #7584

@graphite-app
Copy link
Copy Markdown
Contributor

graphite-app Bot commented Dec 2, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “0-merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

@camc314 camc314 marked this pull request as ready for review December 2, 2024 17:17
@github-actions github-actions Bot added A-linter Area - Linter C-bug Category - Bug labels Dec 2, 2024
Copy link
Copy Markdown
Contributor Author

camc314 commented Dec 2, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Dec 2, 2024

CodSpeed Performance Report

Merging #7585 will not alter performance

Comparing c/12-02-fix_linter_no-unused-expressions_false_positive_with_arrow_fn_expressions (011a017) with main (33e5a49)

Summary

✅ 30 untouched benchmarks

@Boshen Boshen merged commit 3dc46a8 into main Dec 3, 2024
@Boshen Boshen deleted the c/12-02-fix_linter_no-unused-expressions_false_positive_with_arrow_fn_expressions branch December 3, 2024 01:48
@oxc-bot oxc-bot mentioned this pull request Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-linter Area - Linter C-bug Category - Bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

linter: false positive of "no-unused-expressions" for arrow functions with implied returns

2 participants