perf(linter): update react/prefer-es6-class to use top-level match#14630
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
CodSpeed Performance ReportMerging #14630 will not alter performanceComparing Summary
Footnotes
|
There was a problem hiding this comment.
Pull Request Overview
Refactors the rule logic to use a top-level match for consistency and potential codegen performance benefits.
- Replaces nested if/let destructuring with match arms with guards.
- Consolidates branching for CallExpression and Class handling into a single match statement.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Merge activity
|
…14630) Simple refactor to make the code style here a bit more consistent with other lint rules and also take advantage of the linter codegen analysis. +1% perf on the radix UI benchmark.
450e22f to
82196e7
Compare

Simple refactor to make the code style here a bit more consistent with other lint rules and also take advantage of the linter codegen analysis.
+1% perf on the radix UI benchmark.