Merged in fix/3697-prettier-configs (pull request #3396)
fix(SW-3691): Setup one prettier config for whole repo * Setup prettierrc in root and remove other configs Approved-by: Joakim Jäderberg Approved-by: Linus Flood
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
import { PaymentMethodEnum } from '@scandic-hotels/common/constants/paymentMethod'
|
||||
import { GenericCardIcon } from './Icons/GenericCardIcon'
|
||||
import { SwishIcon } from './Icons/SwishIcon'
|
||||
import { VippsIcon } from './Icons/VippsIcon'
|
||||
import { MobilePayIcon } from './Icons/MobilePayIcon'
|
||||
import { ApplePayIcon } from './Icons/ApplePayIcon'
|
||||
import { GooglePayIcon } from './Icons/GooglePayIcon'
|
||||
import { PayPalIcon } from './Icons/PayPalIcon'
|
||||
import { KlarnaIcon } from './Icons/KlarnaIcon'
|
||||
import { AmericanExpressIcon } from './Icons/AmericanExpressIcon'
|
||||
import { DanKortIcon } from './Icons/DanKortIcon'
|
||||
import { DinersClubIcon } from './Icons/DinersClubIcon'
|
||||
import { JcbIcon } from './Icons/JcbIcon'
|
||||
import { MasterCardIcon } from './Icons/MasterCardIcon'
|
||||
import { VisaIcon } from './Icons/VisaIcon'
|
||||
import { MaestroIcon } from './Icons/MaestroIcon'
|
||||
import { ChinaUnionPayIcon } from './Icons/ChinaUnionPayIcon'
|
||||
import { DiscoverIcon } from './Icons/DiscoverIcon'
|
||||
import { PaymentIconProps } from './Icons/IconProps'
|
||||
import { PaymentMethodEnum } from "@scandic-hotels/common/constants/paymentMethod"
|
||||
import { GenericCardIcon } from "./Icons/GenericCardIcon"
|
||||
import { SwishIcon } from "./Icons/SwishIcon"
|
||||
import { VippsIcon } from "./Icons/VippsIcon"
|
||||
import { MobilePayIcon } from "./Icons/MobilePayIcon"
|
||||
import { ApplePayIcon } from "./Icons/ApplePayIcon"
|
||||
import { GooglePayIcon } from "./Icons/GooglePayIcon"
|
||||
import { PayPalIcon } from "./Icons/PayPalIcon"
|
||||
import { KlarnaIcon } from "./Icons/KlarnaIcon"
|
||||
import { AmericanExpressIcon } from "./Icons/AmericanExpressIcon"
|
||||
import { DanKortIcon } from "./Icons/DanKortIcon"
|
||||
import { DinersClubIcon } from "./Icons/DinersClubIcon"
|
||||
import { JcbIcon } from "./Icons/JcbIcon"
|
||||
import { MasterCardIcon } from "./Icons/MasterCardIcon"
|
||||
import { VisaIcon } from "./Icons/VisaIcon"
|
||||
import { MaestroIcon } from "./Icons/MaestroIcon"
|
||||
import { ChinaUnionPayIcon } from "./Icons/ChinaUnionPayIcon"
|
||||
import { DiscoverIcon } from "./Icons/DiscoverIcon"
|
||||
import { PaymentIconProps } from "./Icons/IconProps"
|
||||
|
||||
const paymentMethods: Partial<
|
||||
Record<
|
||||
|
||||
Reference in New Issue
Block a user