Release to prod #40
lint-web.yml
on: pull_request
Web Lint & Format
19s
Annotations
1 error and 10 warnings
|
Web Lint & Format
Process completed with exit code 1.
|
|
Web Lint & Format:
apps/web/src/features/Application/components/ApplicationForm.tsx#L104
React Hook useCallback has missing dependencies: 'eventId' and 'fieldsMeta'. Either include them or remove the dependency array
|
|
Web Lint & Format:
apps/web/src/features/Application/components/ApplicationForm.tsx#L89
Unexpected any. Specify a different type
|
|
Web Lint & Format:
apps/web/src/features/Application/components/ApplicationForm.tsx#L69
Unexpected any. Specify a different type
|
|
Web Lint & Format:
apps/web/src/features/Application/components/ApplicationForm.tsx#L67
React Hook useEffect has a missing dependency: 'application'. Either include it or remove the dependency array
|
|
Web Lint & Format:
apps/web/src/config/env.ts#L5
Unexpected any. Specify a different type
|
|
Web Lint & Format:
apps/web/src/components/ui/MultiSelect/MultiSelect.tsx#L131
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
|
Web Lint & Format:
apps/web/src/components/ui/Menu/Menu.tsx#L86
Unexpected any. Specify a different type
|
|
Web Lint & Format:
apps/web/src/components/ui/FileField/FileInput.tsx#L73
React Hook useCallback has missing dependencies: 'customProps' and 'props.multiple'. Either include them or remove the dependency array
|
|
Web Lint & Format:
apps/web/src/components/ui/FileField/FileField.tsx#L125
React Hook useMemo has missing dependencies: 'id', 'isInvalid', and 'validationBehavior'. Either include them or remove the dependency array
|
|
Web Lint & Format:
apps/web/src/components/Form/fields/UploadField.tsx#L13
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|