Skip to content

Commit

Permalink
chore: update dependencies (#10781)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf-2 authored Aug 24, 2023
1 parent 5c16127 commit a4a2cf1
Show file tree
Hide file tree
Showing 4 changed files with 407 additions and 143 deletions.
13 changes: 13 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,19 @@ module.exports = {
],
'@typescript-eslint/prefer-ts-expect-error': 'error',
},
overrides: [
{
files: [
'packages/puppeteer-core/src/**/*.test.ts',
'tools/mochaRunner/src/test.ts',
],
rules: {
// With the Node.js test runner, `describe` and `it` are technically
// promises, but we don't need to await them.
'@typescript-eslint/no-floating-promises': 'off',
},
},
],
},
],
};
Loading

0 comments on commit a4a2cf1

Please sign in to comment.