Skip to content

Commit

Permalink
Merge branch '1.3' into backport/backport-3043-to-1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ananzh authored Jan 25, 2023
2 parents 903d2d6 + a8e8a35 commit 2f62bbb
Show file tree
Hide file tree
Showing 55 changed files with 1,843 additions and 316 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 2f62bbb

Please sign in to comment.