Skip to content
GitHub Actions / ESLint Report Analysis failed Nov 1, 2023 in 0s

ESLint Report Analysis

6 ESLint error(s) and 1 ESLint warning(s) found in pull request changed files.
0 ESLint error(s) and 0 ESLint warning(s) found in files outside of the pull request.

Details

Annotations

Check failure on line 5 in frontend/src/lib/forms/MigrationStatusSelect.svelte

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/lib/forms/MigrationStatusSelect.svelte#L5

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

Check failure on line 30 in frontend/src/routes/(authenticated)/admin/+page.svelte

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/routes/(authenticated)/admin/+page.svelte#L30

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

Check failure on line 18 in frontend/src/routes/(authenticated)/admin/+page.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/routes/(authenticated)/admin/+page.ts#L18

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

Check failure on line 35 in frontend/src/routes/(authenticated)/admin/ProjectTable.svelte

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/routes/(authenticated)/admin/ProjectTable.svelte#L35

[@typescript-eslint/no-unsafe-enum-comparison] The two values in this comparison do not have a shared enum type.

Check failure on line 36 in frontend/src/routes/(authenticated)/admin/ProjectTable.svelte

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/routes/(authenticated)/admin/ProjectTable.svelte#L36

[@typescript-eslint/no-unsafe-enum-comparison] The two values in this comparison do not have a shared enum type.

Check failure on line 37 in frontend/src/routes/(authenticated)/admin/ProjectTable.svelte

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/routes/(authenticated)/admin/ProjectTable.svelte#L37

[@typescript-eslint/no-unsafe-enum-comparison] The two values in this comparison do not have a shared enum type.

Check warning on line 77 in frontend/src/routes/(authenticated)/admin/ProjectTable.svelte

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/routes/(authenticated)/admin/ProjectTable.svelte#L77

[@typescript-eslint/explicit-function-return-type] Missing return type on function.