test: move vue test app #123
Annotations
3 errors and 2 warnings
lint/a11y/useSemanticElements:
packages/core/src/components/list/list.tsx#L41
The elements with the following roles can be changed to the following elements:
<ol>
<ul>
|
lint/a11y/useSemanticElements:
packages/core/src/components/radio/radio.tsx#L174
The elements with the following roles can be changed to the following elements:
<input type="radio">
|
quality
Process completed with exit code 1.
|
lint/a11y/useKeyWithClickEvents:
packages/core/src/components/accordion/accordion.tsx#L117
Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.
|
lint/a11y/useKeyWithClickEvents:
packages/core/src/components/drawer/drawer.tsx#L161
Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.
|