Skip to content

Commit

Permalink
fix(webdriverio): work with @wdio/globals
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Oct 20, 2023
1 parent a80add3 commit f52848d
Show file tree
Hide file tree
Showing 9 changed files with 11,383 additions and 2,987 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module.exports = {
{
files: ['*.test.ts', '*.test.tsx', '*.spec.ts', '*.spec.tsx'],
rules: {
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-non-null-assertion': 'off'
}
Expand Down
Loading

0 comments on commit f52848d

Please sign in to comment.