Skip to content

Push on master

Push on master #64

GitHub Actions / ESLint succeeded Nov 8, 2023 in 0s

9 warnings

ESLint found 9 warnings

Annotations

Check warning on line 102 in src/components/Lightbox/Lightbox.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/Lightbox/Lightbox.tsx#L102

A control must be associated with a text label (jsx-a11y/control-has-associated-label)

Check warning on line 112 in src/components/Lightbox/Lightbox.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/Lightbox/Lightbox.tsx#L112

A control must be associated with a text label (jsx-a11y/control-has-associated-label)

Check warning on line 152 in src/components/Lightbox/Lightbox.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/Lightbox/Lightbox.tsx#L152

A control must be associated with a text label (jsx-a11y/control-has-associated-label)

Check warning on line 27 in src/components/Media/Media.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/Media/Media.tsx#L27

A control must be associated with a text label (jsx-a11y/control-has-associated-label)

Check warning on line 43 in src/components/Rollover/Rollover.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

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)

Check warning on line 43 in src/components/Rollover/Rollover.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

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)

Check warning on line 45 in src/components/Rollover/Rollover.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/Rollover/Rollover.tsx#L45

Unexpected unnamed function (func-names)

Check warning on line 39 in src/elements/Text.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/elements/Text.tsx#L39

Unexpected unnamed function (func-names)

Check warning on line 111 in src/elements/Video/Video.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/elements/Video/Video.tsx#L111

A control must be associated with a text label (jsx-a11y/control-has-associated-label)