ESLint: Disable no-unused-vars for parameters starting with _

This commit is contained in:
Michael B. Gale
2025-10-01 15:28:31 +01:00
parent 9a0b46abff
commit d25fa60a90
2 changed files with 6 additions and 1 deletions

View File

@@ -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}'`,
});