mirror of
https://github.com/moda-gov-tw/tw-did.git
synced 2026-01-10 05:07:55 -05:00
fix: add ignoredDependencies as a workaround to fix @nx/dependency-checks error
This commit is contained in:
@@ -18,7 +18,12 @@
|
||||
"files": ["*.json"],
|
||||
"parser": "jsonc-eslint-parser",
|
||||
"rules": {
|
||||
"@nx/dependency-checks": "error"
|
||||
"@nx/dependency-checks": [
|
||||
"error",
|
||||
{
|
||||
"ignoredDependencies": ["util"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user