chore: fix various lint/type issues found by oxlint (#2850)

This commit is contained in:
Braden MacDonald
2026-01-30 17:01:11 -08:00
committed by GitHub
parent b0066e547c
commit 6effb4d39e
36 changed files with 120 additions and 78 deletions

View File

@@ -12,6 +12,8 @@ interface Props {
value: string | number;
}
// Because <Form.Control> is only typed as 'any' in Paragon so far, the props of the following become 'any' :/
// oxlint-disable-next-line @typescript-eslint(no-redundant-type-constituents
const FormikControl: React.FC<Props & React.ComponentProps<typeof Form.Control>> = ({
name,
// eslint-disable-next-line react/jsx-no-useless-fragment