Skip to content

Commit

Permalink
build: update import/no-cycle eslint rule (#11950)
Browse files Browse the repository at this point in the history
  • Loading branch information
yiqing-zhao authored Jul 3, 2024
1 parent 4b9cd44 commit 8020c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-teamsfx/config/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = {
"@typescript-eslint/no-var-requires": 0,
"@typescript-eslint/no-empty-function": 0,
"import/no-cycle": [
"warn",
"error",
{
maxDepth: Infinity,
ignoreExternal: true,
Expand Down

0 comments on commit 8020c31

Please sign in to comment.