-
Notifications
You must be signed in to change notification settings - Fork 655
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.hacktoberfest-acceptedPRs which have been accepted for hacktoberfestPRs which have been accepted for hacktoberfest
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.hacktoberfest-acceptedPRs which have been accepted for hacktoberfestPRs which have been accepted for hacktoberfest
Type
Projects
Status
Complete