Skip to content

Lint: triage import-x and no-unused-vars warnings #185

Description

@Trosper3

Problem

The remaining ~41 lint warnings are mostly:

  • import-x/named / import-x/no-unresolved (imported names/paths that may not resolve correctly)
  • no-unused-vars (currently configured as non-blocking, argsIgnorePattern: "^_" / varsIgnorePattern: "^_")

These are currently non-blocking (the ESLint CI job is continue-on-error per eslint.config.js), so this is backlog cleanup, not urgent.

Fix

Triage the warning list (npx eslint .), fix genuine dead code / bad imports, prefix intentionally-unused args/vars with _ where appropriate. Once the backlog is meaningfully reduced, consider ratcheting no-unused-vars from "warn" to "error" per the comment already in eslint.config.js.

Acceptance

Warning count trending down; no fixed timeline — this is a low-priority backlog item.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions