Skip to content

Commit

Permalink
chore: disable cycle dependency error for eslint (#227)
Browse files Browse the repository at this point in the history
* chore: disable cycle dependency error for eslint

* chore: remove done from async function

* chore: downgrade @testing-library/react to 12 for react@16 support

* fix: update integration test selection and waiting

---------

Co-authored-by: Ben Warzeski <[email protected]>
  • Loading branch information
leangseu-edx and muselesscreator authored Jul 17, 2023
1 parent 194e613 commit 78ada8c
Show file tree
Hide file tree
Showing 6 changed files with 12,202 additions and 8,610 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const config = createConfig('eslint', {
"react/forbid-prop-types": ["error", { "forbid": ["any", "array"] }], // arguable object proptype is use when I do not care about the shape of the object
'no-import-assign': 'off',
'no-promise-executor-return': 'off',
'import/no-cycle': 'off',
},
});

Expand Down
Loading

0 comments on commit 78ada8c

Please sign in to comment.