Skip to content

Fix pre-existing lint errors (unused imports) so npm run lint is clean #77

Description

@TaprootFreak

npm run lint currently fails on develop with 3 errors, all pre-existing unused imports (CI only runs docker build, so these never surfaced):

  • src/monitoringV2/constants.ts:8MintingHubV2ABI imported but never used
  • src/monitoringV2/minter.service.ts:7DecentralizedEUROABI and ADDRESS imported but never used

@typescript-eslint/no-unused-vars (allowed unused must match /^_/). Fix: drop the unused imports. Optionally wire lint into CI so this can't regress.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions