test #5
Annotations
10 errors and 1 warning
validate:
src/app/routes/current/Current.tsx#L6
There should be at least one empty line between import groups
|
validate:
src/app/routes/current/Current.tsx#L7
There should be at least one empty line between import groups
|
validate:
src/app/routes/current/Current.tsx#L7
`components/inputs/Textarea` import should occur before import of `lucide-react`
|
validate:
src/app/routes/current/Current.tsx#L7
Unable to resolve path to module 'components/inputs/Textarea'
|
validate:
src/app/routes/current/Current.tsx#L128
Unsafe argument of type `any` assigned to a parameter of type `string`
|
validate:
src/app/routes/current/Current.tsx#L128
Unsafe member access .value on an `any` value
|
validate:
src/app/routes/overview/GameModal.tsx#L3
There should be at least one empty line between import groups
|
validate:
src/app/routes/overview/GameModal.tsx#L4
There should be at least one empty line between import groups
|
validate:
src/app/routes/overview/GameModal.tsx#L4
`components/inputs/Input` import should occur before import of `components/inputs/DateInput`
|
validate:
src/app/routes/overview/GameModal.tsx#L4
Unable to resolve path to module 'components/inputs/Input'
|
validate
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/configure-pages@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|