Skip to content

Numerous lint issues in frontend codebase #133

@peterfortuin

Description

@peterfortuin

What Went Wrong?

There are a lot of lint issues present in the frontend code. These issues can be discovered by running the npm run lint command.

How Can We Reproduce This?

  1. Navigate to the frontend code directory.
  2. Run npm run lint in the terminal.
  3. Observe the list of linting issues reported.

What Should Have Happened?

The frontend code should conform to the configured linting rules and running npm run lint should return no errors or warnings.

Screenshots or Error Messages (Optional)

No response

Any Ideas on How to Fix This? (Optional)

Review the reported lint issues and update the code to comply with the linter configuration. Fixing these issues will improve code quality and maintainability.

Your Setup

Node.js 24

Before Submitting

  • I've searched existing issues and confirmed this bug hasn't been reported yet

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No fields configured for Chore.

Projects

Status
Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions