chore(lint): enable no-useless-assignment

This commit is contained in:
Peter Steinberger
2026-05-31 22:35:26 +01:00
parent 49e5091f18
commit b653d94918
244 changed files with 444 additions and 439 deletions
+2 -2
View File
@@ -974,7 +974,7 @@ describe("install-cli.sh", () => {
writeNpmFreshnessConflictFixture(join(nodeBin, "npm"), argsLog);
let result: ReturnType<typeof runInstallCliShell> | undefined;
let argsOutput = "";
let argsOutput;
try {
result = runInstallCliShell(
[
@@ -1012,7 +1012,7 @@ describe("install-cli.sh", () => {
writeNpmBeforePolicyFixture(join(nodeBin, "npm"), argsLog);
let result: ReturnType<typeof runInstallCliShell> | undefined;
let argsOutput = "";
let argsOutput;
try {
result = runInstallCliShell(
[