From 27b4089c16752d9c870499e3d12acd17eabc09f2 Mon Sep 17 00:00:00 2001 From: abhinavkumar2 Date: Mon, 28 Oct 2024 17:49:55 +0530 Subject: [PATCH] feat: removed anyJson --- src/migration/DependencyChecker.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/migration/DependencyChecker.ts b/src/migration/DependencyChecker.ts index 3e8fb83..ff70143 100644 --- a/src/migration/DependencyChecker.ts +++ b/src/migration/DependencyChecker.ts @@ -1,7 +1,7 @@ /* eslint-disable @typescript-eslint/no-unsafe-assignment */ /* eslint-disable @typescript-eslint/no-unsafe-member-access */ /* eslint-disable @typescript-eslint/no-explicit-any */ - +/* import { MigrationTool } from './interfaces'; import { OmniScriptMigrationTool } from './omniscript'; import { CardMigrationTool } from './flexcard'; @@ -13,6 +13,7 @@ interface DependencyReport { id: string; missingDependencies: DependencyReport[]; } + */ export class DependencyChecker { /*