mirror of
https://github.com/github/codeql-action.git
synced 2026-04-01 17:22:19 +00:00
Linting: Require unused function parameters to start with _
This commit is contained in:
@@ -161,6 +161,7 @@ export default [
|
||||
"@typescript-eslint/no-unused-vars": [
|
||||
"error",
|
||||
{
|
||||
"args": "all",
|
||||
"argsIgnorePattern": "^_",
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user