Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some questionable TypeScript code changes #343

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Some questionable TypeScript code changes

1b3fd17
Select commit
Loading
Failed to load commit list.
Draft

Some questionable TypeScript code changes #343

Some questionable TypeScript code changes
1b3fd17
Select commit
Loading
Failed to load commit list.
Aspect Workflows / Lint failed Aug 28, 2024 in 0s

Lint report

Issues have been found with the following files

  • File: logger/frontend/index.ts, Line: 43
  • File: logger/frontend/index.ts, Line: 44

Details


ESLint found an issue

Type string trivially inferred from a string literal, remove type annotation. (@typescript-eslint/no-inferrable-types)


ESLint found an issue

Unnecessary try/catch wrapper. (no-useless-catch)

Annotations

Check failure on line 43 in logger/frontend/index.ts

See this annotation in the file changed.

@aspect-workflows aspect-workflows / Lint

ESLint found an issue

Type string trivially inferred from a string literal, remove type annotation. (@typescript-eslint/no-inferrable-types)

Check failure on line 44 in logger/frontend/index.ts

See this annotation in the file changed.

@aspect-workflows aspect-workflows / Lint

ESLint found an issue

Unnecessary try/catch wrapper. (no-useless-catch)