Skip to content

Commit

Permalink
does precict really export 'paperwork'? ESLint says no
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcelhaney authored and renovate[bot] committed Jul 29, 2024
1 parent df71e89 commit 59bb02c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/module-dependency-graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export class ModuleDependencyGraph {

private loadDependencies(path: string) {
try {
// eslint-disable-next-line import/no-named-as-default-member
return precinct.paperwork(path);
} catch {
return [];
Expand Down

0 comments on commit 59bb02c

Please sign in to comment.