Skip to content

Commit

Permalink
More typing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoBrusa committed Nov 29, 2022
1 parent f542dc8 commit f3d251a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ export function invertDependencyDirection(
}
});
return output;
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
}, Object.create(null));
}, Object.create(null) as Record<string, WorkspaceDependencyObject>);
}

// This function traverses the graph to get an ordered set of dependencies (map reverseOrder => dependencyName)
Expand Down

0 comments on commit f3d251a

Please sign in to comment.