docs: update links to new repository
Node.js CI / Lint and Test (pull_request) Successful in 1m12s

This commit is contained in:
2025-02-10 20:44:19 -08:00
parent 3a972f73a5
commit 1df627ab2d
3 changed files with 4 additions and 5 deletions
-1
View File
@@ -24,7 +24,6 @@ describe("eslint configs", () => {
expect(Array.isArray(rule)
? rule.at(0)
: rule, `${name} appears to be turned on - disabled rules should be explicitly turned off.`).toBe("off");
continue;
}
});
});