mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 15:01:41 +03:00
chore: Enable typescript/no-explicit-any rule.
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ describe("jidToE164", () => {
|
||||
const original = fs.readFileSync;
|
||||
const spy = vi
|
||||
.spyOn(fs, "readFileSync")
|
||||
// biome-ignore lint/suspicious/noExplicitAny: forwarding to native signature
|
||||
// oxlint-disable-next-line typescript/no-explicit-any
|
||||
.mockImplementation((path: any, encoding?: any) => {
|
||||
if (path === mappingPath) {
|
||||
return `"5551234"`;
|
||||
|
||||
Reference in New Issue
Block a user