-
-
Notifications
You must be signed in to change notification settings - Fork 720
perf(linter): no-this-before-super: only run when file contains super or this
#14866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf(linter): no-this-before-super: only run when file contains super or this
#14866
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 #14866 will not alter performanceComparing Summary
Footnotes
|
Merge activity
|
…er or this (#14866) Requires `this` or `super` to run the `no-this-before-super` rule. Should be fairly robust as both of those node types are in the name of the rule, so I don't expect this to need much changing later. -4 microseconds on the RadixUI benchmark.
18d736f to
ef53462
Compare

Requires
thisorsuperto run theno-this-before-superrule. Should be fairly robust as both of those node types are in the name of the rule, so I don't expect this to need much changing later.-4 microseconds on the RadixUI benchmark.