mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 14:40:10 +08:00
ESLint: Disable no-unused-vars for parameters starting with _
This commit is contained in:
@@ -153,7 +153,6 @@ const packSpecPrettyPrintingMacro = test.macro({
|
||||
title: (
|
||||
_providedTitle: string | undefined,
|
||||
packStr: string,
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
_packObj: dbConfig.Pack,
|
||||
) => `Prettyprint pack spec: '${packStr}'`,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user