Skip to content

Commit

Permalink
chore: disable cycle dependency error for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
leangseu-edx committed Jul 14, 2023
1 parent 3a7e103 commit bfd453f
Showing 1 changed file with 1 addition and 0 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

0 comments on commit bfd453f

Please sign in to comment.