Skip to content

Add ESLint linting and other refactoring #34

Add ESLint linting and other refactoring

Add ESLint linting and other refactoring #34

GitHub Actions / ESLint Report Analysis failed Oct 30, 2023 in 0s

ESLint Report Analysis

2 ESLint error(s) and 0 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

Pull Request Changed Files ESLint Results:

2 ESLint error(s) and 0 ESLint warning(s) found

2 Error(s):

src/components/FormField.vue line 19

  • Start Line: 19
  • End Line: 19
  • Message: Unsafe argument of type any assigned to a parameter of type String.
    • From: [@typescript-eslint/no-unsafe-argument]

src/components/FormField.vue line 19

  • Start Line: 19
  • End Line: 19
  • Message: Computed name [e.$params.type] resolves to an any value.
    • From: [@typescript-eslint/no-unsafe-member-access]

Non-Pull Request Changed Files ESLint Results:

0 ESLint error(s) and 0 ESLint warning(s) found

Annotations

Check failure on line 19 in src/components/FormField.vue

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/components/FormField.vue#L19

[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `String`.

Check failure on line 19 in src/components/FormField.vue

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/components/FormField.vue#L19

[@typescript-eslint/no-unsafe-member-access] Computed name [e.$params.type] resolves to an any value.