Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed Jul 3, 2023
1 parent 159c87a commit 3b3bf0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/bundler-plugin-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,10 @@ export function sentryUnpluginFactory({
project: options.project,
release: options.release.name,
};
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-call
metadata = options._experiments.moduleMetadata(args);
} else {
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
metadata = options._experiments.moduleMetadata;
}

Expand Down

0 comments on commit 3b3bf0b

Please sign in to comment.