feat: setup lint gh-actions #10
Annotations
8 errors
frontend:
frontend/src/lib/components/modals/auth/forms/login.svelte#L12
Unexpected any. Specify a different type
|
frontend:
frontend/src/lib/components/modals/auth/forms/profile_create.svelte#L11
Unexpected any. Specify a different type
|
frontend:
frontend/src/lib/components/modals/auth/forms/profile_select.svelte#L13
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
frontend:
frontend/src/lib/stores/auth.svelte.ts#L4
'auth_state' is never reassigned. Use 'const' instead
|
frontend:
frontend/src/lib/stores/modals.svelte.ts#L6
'modals_state' is never reassigned. Use 'const' instead
|
frontend:
frontend/src/lib/stores/modals.svelte.ts#L14
'key' is never reassigned. Use 'const' instead
|
frontend
Process completed with exit code 1.
|
backend
Process completed with exit code 1.
|