Skip to content

Commit 1669dc8

Browse files
committed
fix: lint
Signed-off-by: Alvaro Bueno <alvaro.bueno@mailchimp.com>
1 parent 1aa98dc commit 1669dc8

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

custom/paymentMethods.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import ExampleIOUPaymentForm from "@reactioncommerce/components/ExampleIOUPaymentForm/v1";
22
import StripePaymentInput from "@reactioncommerce/components/StripePaymentInput/v1";
33
import StripeCard from "components/StripeCard";
4+
45
const paymentMethods = [
56
{
67
displayName: "IOU",

next-env.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/// <reference types="next" />
2+
/// <reference types="next/types/global" />

0 commit comments

Comments
 (0)