diff --git a/packages/payments-plugin/e2e/paypal-sdk.plugin.ts b/packages/payments-plugin/e2e/paypal-sdk.plugin.ts index 52bd289a3d..4fb5996277 100644 --- a/packages/payments-plugin/e2e/paypal-sdk.plugin.ts +++ b/packages/payments-plugin/e2e/paypal-sdk.plugin.ts @@ -11,11 +11,11 @@ export interface PayPalSdkPluginOptions { clientId: string; } -// @ts-ignore /** * This tagged template literal has no special functionality. It is used for syntax highlighting and formatting * purposes in the IDE. */ +// @ts-ignore function html(strings, ...values) { // @ts-ignore // eslint-disable-next-line @typescript-eslint/restrict-plus-operands