Skip to content

Commit

Permalink
disable prefer default export from utils
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Oct 8, 2020
1 parent 500cfa2 commit 7127ed9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmark/scenarios/utils/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable import/prefer-default-export */

export const logReactMetrics = (
id, // the "id" prop of the Profiler tree that has just committed
phase, // either "mount" (if the tree just mounted) or "update" (if it re-rendered)
Expand Down

0 comments on commit 7127ed9

Please sign in to comment.