Skip to content

Commit 3a3a2d1

Browse files
committed
chore: fix lint issues
1 parent 38e54cc commit 3a3a2d1

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/Components/form/InputField.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { Input, Label } from '@/Components/ui'
22
import { FormDataType, useForm } from '@/Context/FormContext'
33
import React from 'react'
44
import { FormDataConvertible } from '@inertiajs/core'
5-
import type { ConditionalKeys } from 'type-fest'
65

76
type FormKeysType<T extends FormDataConvertible> = Extract<keyof T, string>
87

resources/js/types/generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export type MiddlewareProps = {
5454
auth: AuthProp
5555
request: RequestProp
5656
toast?: ToastProp
57+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
5758
breadcrumb?: any
5859
}
5960
export type ParticipantData = {

0 commit comments

Comments
 (0)