From 0ecb26fcc0d1358efeafc1512dfb67ac6695382b Mon Sep 17 00:00:00 2001 From: Bennett Date: Tue, 10 Mar 2020 15:07:46 +0100 Subject: Fix lint --- app/Controllers/Http/StaticController.js | 36 ++++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'app/Controllers/Http/StaticController.js') diff --git a/app/Controllers/Http/StaticController.js b/app/Controllers/Http/StaticController.js index 265578f..cd38b13 100644 --- a/app/Controllers/Http/StaticController.js +++ b/app/Controllers/Http/StaticController.js @@ -31,44 +31,44 @@ class StaticController { isTeamManagementIncludedInCurrentPlan: true, isTodosEnabled: true, isTodosIncludedInCurrentPlan: true, - defaultTrialPlan: "franz-pro-yearly", - subscribeURL: "https://getferdi.com", - planSelectionURL: "https://getferdi.com", + defaultTrialPlan: 'franz-pro-yearly', + subscribeURL: 'https://getferdi.com', + planSelectionURL: 'https://getferdi.com', isMagicBarEnabled: true, hasInlineCheckout: true, isPlanSelectionEnabled: false, isTrialStatusBarEnabled: false, canSkipTrial: true, pricingConfig: { - currency: "$", - currencyID: "USD", + currency: '$', + currencyID: 'USD', plans: { personal: { monthly: { - id: "ferdi-free", + id: 'ferdi-free', price: 0, - billed: 0 + billed: 0, }, yearly: { - id: "ferdi-completely-free", + id: 'ferdi-completely-free', price: 0, - billed: 0 - } + billed: 0, + }, }, pro: { monthly: { - id: "ferdi-still-free", + id: 'ferdi-still-free', price: 0, - billed: 0 + billed: 0, }, yearly: { - id: "ferdi-forever-free", + id: 'ferdi-forever-free', price: 0, - billed: 0 - } - } - } - } + billed: 0, + }, + }, + }, + }, }); } -- cgit v1.2.3-70-g09d2