Skip to content

Fix hero button

Fix hero button #219

GitHub Actions / ESLint Report Analysis failed Nov 26, 2024 in 0s

ESLint Report Analysis

3 ESLint error(s) and 1 ESLint warning(s) found

Details

3 Error(s):

src/components/Hero.vue line 11

  • Start Line: 11
  • End Line: 11
  • Message: Strings must use singlequote.
    • From: [@typescript-eslint/quotes]

src/components/Hero.vue line 12

  • Start Line: 12
  • End Line: 13
  • Message: Missing trailing comma.
    • From: [@typescript-eslint/comma-dangle]

src/components/Hero.vue line 33

  • Start Line: 33
  • End Line: 48
  • Message: Visible, non-interactive elements with click handlers must have at least one keyboard listener.
    • From: [vuejs-accessibility/click-events-have-key-events]

1 Warning(s):

src/components/Hero.vue line 18

  • Start Line: 18
  • End Line: 18
  • Message: Attribute "id" should go before "class".
    • From: [vue/attributes-order]

Annotations

Check failure on line 11 in src/components/Hero.vue

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/components/Hero.vue#L11

[@typescript-eslint/quotes] Strings must use singlequote.

Check failure on line 13 in src/components/Hero.vue

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/components/Hero.vue#L12-L13

[@typescript-eslint/comma-dangle] Missing trailing comma.

Check warning on line 18 in src/components/Hero.vue

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/components/Hero.vue#L18

[vue/attributes-order] Attribute "id" should go before "class".

Check failure on line 48 in src/components/Hero.vue

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/components/Hero.vue#L33-L48

[vuejs-accessibility/click-events-have-key-events] Visible, non-interactive elements with click handlers must have at least one keyboard listener.