Skip to content

Commit

Permalink
Disable ESLint error that is not an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Aug 6, 2021
1 parent 8cf312d commit 8c59510
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ function getPuppeteer( { browser } ) {
switch ( browser.toLowerCase() ) {
case 'chromium':
try {
// eslint-disable-next-line import/no-extraneous-dependencies
return require( 'puppeteer' );
} catch ( e ) {
return require( 'puppeteer-core' );
Expand Down

0 comments on commit 8c59510

Please sign in to comment.