Release 1.2.0 #42
lint-web.yml
on: pull_request
Web Lint & Format
21s
Annotations
10 errors and 10 warnings
|
Web Lint & Format:
apps/web/src/vite-env.d.ts#L11
'TData' is defined but never used
|
|
Web Lint & Format:
apps/web/src/features/FormBuilder/build.tsx#L539
Unexpected lexical declaration in case block
|
|
Web Lint & Format:
apps/web/src/features/FormBuilder/build.tsx#L538
Unexpected lexical declaration in case block
|
|
Web Lint & Format:
apps/web/src/features/FormBuilder/build.tsx#L534
Unexpected lexical declaration in case block
|
|
Web Lint & Format:
apps/web/src/features/FormBuilder/build.tsx#L533
Unexpected lexical declaration in case block
|
|
Web Lint & Format:
apps/web/src/features/FormBuilder/build.tsx#L527
Unexpected lexical declaration in case block
|
|
Web Lint & Format:
apps/web/src/features/FormBuilder/build.tsx#L526
Unexpected lexical declaration in case block
|
|
Web Lint & Format:
apps/web/src/features/Application/components/SubmissionsChart.tsx#L45
React Hook "useMemo" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
|
Web Lint & Format:
apps/web/src/features/Application/components/SubmissionsChart.tsx#L24
React Hook "useMemo" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
|
Web Lint & Format:
apps/web/src/features/Application/components/SubmissionsChart.tsx#L20
React Hook "useTheme" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
|
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#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
|