Skip to content

Enable the @typescript-eslint/no-unused-vars eslint rule #1784

@scottanderson

Description

@scottanderson
  1. Enable the eslint rule @typescript-eslint/no-unused-vars
  2. Work through the various type assertions, replacing them with typesafe alternatives or disabling with appropriate eslint inline config comments.
{
  "rules": {
    "@typescript-eslint/no-unused-vars": ["error", { argsIgnorePattern: "^_" }],
    "no-unused-vars": "off", // @typescript-eslint/no-unused-vars
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    DevOps - CICDContinuous Integration and Continuous Delivery tools, including GitHub Actionsgood first issueGood for new contributors.hacktoberfest-acceptedPRs which have been accepted for hacktoberfest

    Type

    Projects

    Status

    Complete

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions