Suggest an idea for Knip
Hi!
We're adding knip to a monorepo, and I noticed that knip does not support ignoreIssues in workspaces.
I wanted to ask if there's a reason for that, and if not - if that can be added?
I imagine something like that:
{
"workspaces": {
"packages/package-a": {
"ignoreIssues": {
"utils.ts": ["exports"], // ignores all "exports" issues in `/packages/package-a/utils.ts`
}
}
}
}
Where the path is relative to workspace root.
Thank you!
Suggest an idea for Knip
Hi!
We're adding knip to a monorepo, and I noticed that knip does not support
ignoreIssuesin workspaces.I wanted to ask if there's a reason for that, and if not - if that can be added?
I imagine something like that:
{ "workspaces": { "packages/package-a": { "ignoreIssues": { "utils.ts": ["exports"], // ignores all "exports" issues in `/packages/package-a/utils.ts` } } } }Where the
pathis relative to workspace root.Thank you!