Skip to content

Commit

Permalink
feat: removed anyJson
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhinavKumar-sf committed Oct 28, 2024
1 parent 3230d76 commit 27b4089
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/migration/DependencyChecker.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand All @@ -13,6 +13,7 @@ interface DependencyReport {
id: string;
missingDependencies: DependencyReport[];
}
*/

export class DependencyChecker {
/*
Expand Down

0 comments on commit 27b4089

Please sign in to comment.