chore: fix linting #138
push.yml
on: push
Build Backend
10s
Build Frontend
16s
Annotations
9 warnings
Lint Frontend:
frontend/src/lib/components/SearchResult.svelte#L11
A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event
|
Lint Frontend:
frontend/src/lib/components/SearchResult.svelte#L11
A11y: <div> with click handler must have an ARIA role
|
Lint Frontend:
frontend/src/routes/+page.svelte#L165
A11y: <img> element should have an alt attribute
|
Lint Frontend:
frontend/src/routes/tree/+page.svelte#L545
A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event
|
Lint Frontend:
frontend/src/routes/tree/+page.svelte#L545
A11y: Non-interactive element <li> should not be assigned mouse or keyboard event listeners
|
Lint Frontend:
frontend/src/routes/tree/+page.svelte#L557
A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event
|
Lint Frontend:
frontend/src/routes/tree/+page.svelte#L557
A11y: Non-interactive element <li> should not be assigned mouse or keyboard event listeners
|
Lint Frontend:
frontend/src/routes/tree/+page.svelte#L568
A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event
|
Lint Frontend:
frontend/src/routes/tree/+page.svelte#L568
A11y: Non-interactive element <li> should not be assigned mouse or keyboard event listeners
|