Skip to content

Commit

Permalink
Add todo note regarding ignoreExternal option
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy committed Jun 26, 2024
1 parent 2fa8836 commit 5e32a4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@ module.exports = {
],
},
],
// TODO: Consider setting back to `ignoreExternal: true` when the expected behavior is fixed:
// https://github.com/import-js/eslint-plugin-import/issues/2348#issuecomment-1587320057
'import/no-cycle': ['error', { ignoreExternal: false }],
},
},
Expand Down

0 comments on commit 5e32a4c

Please sign in to comment.