Feature: payments #133
website.yml
on: pull_request
Linting
29s
Typechecking
46s
Annotations
1 error and 5 warnings
Linting
Process completed with exit code 1.
|
Linting:
website/inertia/components/payments/billing-information-form.tsx#L1
Filename is not in snake case. Rename it to `billing_information_form.tsx`
|
Linting:
website/inertia/components/payments/payment-method-selector.tsx#L1
Filename is not in snake case. Rename it to `payment_method_selector.tsx`
|
Linting:
website/inertia/components/payments/phone-modal.tsx#L1
Filename is not in snake case. Rename it to `phone_modal.tsx`
|
Linting:
website/inertia/components/payments/purchase-summary.tsx#L1
Filename is not in snake case. Rename it to `purchase_summary.tsx`
|
Linting:
website/inertia/components/payments/ticket-cart-card.tsx#L1
Filename is not in snake case. Rename it to `ticket_cart_card.tsx`
|