chore: upgrade oxlint 1.55.0, oxfmt 0.40.0, eslint-plugin-oxlint 1.55.0

- oxlint: ^1.49.0 -> ^1.55.0

- oxfmt: ^0.34.0 -> ^0.40.0

- oxlint-tsgolint: ^0.14.2 -> ^0.17.0

- eslint-plugin-oxlint: 1.25.0 -> 1.55.0

- Fix pre-existing no-unused-expressions errors

Amp-Thread-ID: https://ampcode.com/threads/T-019cf322-3d05-722e-982b-0be5f91952ab
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Alexander Brown
2026-03-15 14:00:15 -07:00
parent ff8b7abb54
commit 6decdc8219
5 changed files with 216 additions and 216 deletions

View File

@@ -470,7 +470,8 @@ function handleSubscribeWorkspace() {
}
function handleUpgrade() {
isFreeTierPlan.value ? showPricingTable() : showSubscriptionDialog()
if (isFreeTierPlan.value) showPricingTable()
else showSubscriptionDialog()
}
function handleUpgradeToAddCredits() {