Skip to content

Commit

Permalink
add eslint ignore for console call
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsnyder committed Sep 9, 2024
1 parent 636cf38 commit 07a7463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ const bundleSizePlugin = (_options = {}) => {
})),
);
if (options.reportToConsole) {
// eslint-disable-next-line no-console
console.table(sizes);
}
// check if the output file exists, create it if it does not exist
Expand Down

0 comments on commit 07a7463

Please sign in to comment.