-
Notifications
You must be signed in to change notification settings - Fork 565
Open
Labels
DevOps - CICDContinuous Integration and Continuous Delivery tools, including GitHub ActionsContinuous Integration and Continuous Delivery tools, including GitHub Actionsgood first issueGood for new contributors.Good for new contributors.
Description
- Enable the eslint rule
@typescript-eslint/no-unused-vars
- 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
Labels
DevOps - CICDContinuous Integration and Continuous Delivery tools, including GitHub ActionsContinuous Integration and Continuous Delivery tools, including GitHub Actionsgood first issueGood for new contributors.Good for new contributors.
Type
Projects
Status
Triage