Fix linting and add new lint rules
This commit is contained in:
@ -771,7 +771,7 @@ describe("ImageRun", () => {
|
||||
],
|
||||
});
|
||||
|
||||
// tslint:disable-next-line: no-any
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any, functional/immutable-data
|
||||
(global as any).atob = undefined;
|
||||
});
|
||||
|
||||
@ -1028,7 +1028,7 @@ describe("ImageRun", () => {
|
||||
],
|
||||
});
|
||||
|
||||
// tslint:disable-next-line: no-any
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any, functional/immutable-data
|
||||
(global as any).atob = undefined;
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user