Skip to content

Issue: Fix ESLint Errors Causing CI Failure #1

@horner

Description

@horner

Description

This issue addresses the ESLint errors that are causing the Continuous Integration (CI) to fail as seen in the GitHub Actions
The errors include:

  • Unused variables
  • Unnecessary escape characters
  • Bad case block declarations
  • Missing use of const

Affected Files

  • packages/browser-client/src/lsp/lsp-server-worker.ts
  • packages/browser-client/src/main.ts
  • packages/lsp-server/src/capabilities/diagnostics.ts

Acceptance Criteria

  • No ESLint errors remain.
  • CI lint step passes successfully.

References

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions