Skip to content

Commit

Permalink
Merge branch '1.x' into backport/backport-3009-to-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ananzh committed Jan 24, 2023
2 parents b4305a3 + 1c1ea7c commit cc37d6a
Show file tree
Hide file tree
Showing 53 changed files with 1,816 additions and 312 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -756,5 +756,12 @@ module.exports = {
],
},
},
{
files: ['cypress/**/*.js'],
rules: {
'import/no-unresolved': 'off',
'no-undef': 'off',
},
},
],
};
Loading

0 comments on commit cc37d6a

Please sign in to comment.