[CARE-5168] Fix unwanted usage of any
#158
Annotations
11 warnings
src/components/Lightbox/Lightbox.tsx#L102
A control must be associated with a text label (jsx-a11y/control-has-associated-label)
|
src/components/Lightbox/Lightbox.tsx#L112
A control must be associated with a text label (jsx-a11y/control-has-associated-label)
|
src/components/Lightbox/Lightbox.tsx#L152
A control must be associated with a text label (jsx-a11y/control-has-associated-label)
|
src/components/Media/Media.tsx#L27
A control must be associated with a text label (jsx-a11y/control-has-associated-label)
|
src/components/Rollover/Rollover.tsx#L43
Visible, non-interactive elements with click handlers must have at least one keyboard listener (jsx-a11y/click-events-have-key-events)
|
src/components/Rollover/Rollover.tsx#L43
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element (jsx-a11y/no-static-element-interactions)
|
src/components/Rollover/Rollover.tsx#L45
Unexpected unnamed function (func-names)
|
src/elements/Text.tsx#L39
Unexpected unnamed function (func-names)
|
src/elements/Video/Video.tsx#L113
A control must be associated with a text label (jsx-a11y/control-has-associated-label)
|
src/selector/Selector.test.tsx#L26
'create' is deprecated. See https://react.dev/warnings/react-test-renderer (deprecation/deprecation)
|
Run Linter checks (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: wearerequired/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|