Skip to content

Commit

Permalink
refactor: remove duplicate createBenchEvent export (#132)
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
  • Loading branch information
jerome-benoit authored Oct 16, 2024
1 parent b04f762 commit ef1caa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ function createBenchEvent(eventType: BenchEvents, target: Task | null = null) {
return event;
}

export default createBenchEvent;
// eslint-disable-next-line import/prefer-default-export
export { createBenchEvent };

0 comments on commit ef1caa1

Please sign in to comment.