chore: Remove unused @ts-ignore's (no-changelog) (#12198)

This commit is contained in:
Charlie Kolb
2024-12-18 08:35:53 +01:00
committed by GitHub
parent 5d33a6ba8a
commit 54b02acdd7
49 changed files with 2 additions and 67 deletions

View File

@@ -137,7 +137,6 @@ export const extendTransform = (expression: string): { code: string } | undefine
// This is to match our fork of tmpl
const globalIdentifier = types.builders.identifier(
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
typeof window !== 'object' ? 'global' : 'window',
);
// We want to define all of our commonly used identifiers and member

View File

@@ -1093,9 +1093,7 @@ function generateTestWorkflowAndRunData(): { workflow: Partial<IWorkflowBase>; r
},
Switch: {
main: [
// @ts-ignore
null,
// @ts-ignore
null,
[
{