Skip to content

Commit

Permalink
fix: add ignoredDependencies as a workaround to fix @nx/dependency-ch…
Browse files Browse the repository at this point in the history
…ecks error
  • Loading branch information
JHong-Hsu committed Jul 8, 2024
1 parent 8c66572 commit ee11908
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion libs/passport-twfido/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@
"files": ["*.json"],
"parser": "jsonc-eslint-parser",
"rules": {
"@nx/dependency-checks": "error"
"@nx/dependency-checks": [
"error",
{
"ignoredDependencies": ["util"]
}
]
}
}
]
Expand Down

0 comments on commit ee11908

Please sign in to comment.