Docs update and other refactor #57
lint-web.yml
on: pull_request
Web Lint & Format
15s
Annotations
4 errors and 11 warnings
|
Web Lint & Format
Process completed with exit code 1.
|
|
Web Lint & Format:
apps/web/src/vite-env.d.ts#L11
'TValue' is defined but never used
|
|
Web Lint & Format:
apps/web/src/vite-env.d.ts#L11
'TData' is defined but never used
|
|
Web Lint & Format:
apps/web/src/lib/openapi/types.ts#L1
'paths' is defined but never used
|
|
Web Lint & Format
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Web Lint & Format:
apps/web/src/modules/Application/ApplicationForm.tsx#L89
Unexpected any. Specify a different type
|
|
Web Lint & Format:
apps/web/src/modules/Application/ApplicationForm.tsx#L69
Unexpected any. Specify a different type
|
|
Web Lint & Format:
apps/web/src/modules/Application/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#L134
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
|
|
Web Lint & Format:
apps/web/src/components/AppShell/NavLink.tsx#L60
React Hook useEffect has a missing dependency: 'toggleState'. Either include it or remove the dependency array
|