perf(linter): update no-const-assign to run on nodes instead of symbols#14609
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 #14609 will not alter performanceComparing Summary
Footnotes
|
Merge activity
|
…bols (#14609) Allows optimization of this lint rule based on node types referenced. Also adds some additional test cases and support for `using` and `await using`, for parity with the ESLint version of this rule.
b93e2d5 to
976bde0
Compare
a56cb68 to
0485859
Compare

Allows optimization of this lint rule based on node types referenced. Also adds some additional test cases and support for
usingandawait using, for parity with the ESLint version of this rule.