Skip to content

test Fix CI

test Fix CI #14

GitHub Actions / ESLint Report Analysis failed May 5, 2024 in 0s

ESLint Report Analysis

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

Details

5 Error(s):

frontend/src/main.ts line 63

  • Start Line: 63
  • End Line: 63
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/main.ts line 69

  • Start Line: 69
  • End Line: 69
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/main.ts line 71

  • Start Line: 71
  • End Line: 71
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/main.ts line 75

  • Start Line: 75
  • End Line: 75
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/views/Home.vue line 5

  • Start Line: 5
  • End Line: 7
  • Message: Require self-closing on HTML elements (
    ).
    • From: [vue/html-self-closing]

1 Warning(s):

frontend/src/views/Home.vue line 5

  • Start Line: 5
  • End Line: 7
  • Message: Expected 1 line break after opening tag (<div>), but 2 line breaks found.
    • From: [vue/multiline-html-element-content-newline]

Annotations

Check failure on line 63 in frontend/src/main.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/main.ts#L63

[no-console] Unexpected console statement.

Check failure on line 69 in frontend/src/main.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/main.ts#L69

[no-console] Unexpected console statement.

Check failure on line 71 in frontend/src/main.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/main.ts#L71

[no-console] Unexpected console statement.

Check failure on line 75 in frontend/src/main.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/main.ts#L75

[no-console] Unexpected console statement.

Check failure on line 7 in frontend/src/views/Home.vue

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/views/Home.vue#L5-L7

[vue/html-self-closing] Require self-closing on HTML elements (<div>).

Check warning on line 7 in frontend/src/views/Home.vue

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/views/Home.vue#L5-L7

[vue/multiline-html-element-content-newline] Expected 1 line break after opening tag (`<div>`), but 2 line breaks found.