Skip to content

Commit

Permalink
2786: Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenkleinle committed Sep 12, 2024
1 parent 03c5455 commit d5b7b90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,12 @@ module.exports = {
'unicorn/prefer-node-protocol': 'error',
},
},
{
files: ['e2e-tests/**'],
rules: {
'@typescript-eslint/await-thenable': 'off',
},
},
],
reportUnusedDisableDirectives: true,
settings: {
Expand Down

0 comments on commit d5b7b90

Please sign in to comment.