fix(formatter): should not insert a semicolon for non-property signatures when no semicolon is set#16700
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 #16700 will not alter performanceComparing Summary
Footnotes
|
2c85bfc to
aceb727
Compare
Merge activity
|
…ures when no semicolon is set (#16700) Prettier issue: prettier/prettier#14040 Only property signatures would conflict with the following signatures in some situations, so return early if the current signature is not a property when `no-semi` is set.
aceb727 to
2a63d74
Compare

Prettier issue: prettier/prettier#14040
Only property signatures would conflict with the following signatures in some situations, so return early if the current signature is not a property when
no-semiis set.