You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When these issues are resolved (I use that util function again, or #818 is solved), I'd like to be notified by Knip that my ignore/ignoreDependencies configurations are no longer necessary.
Knip could detect if/when ignoreDependencies: ["@next/eslint-plugin-next"] or ignore: ["lib/myUtil.ts"] don't actually suppress anything, and report this as a warning or error (probably configurable - not everyone will want this).
The text was updated successfully, but these errors were encountered:
Suggest an idea for this project
I have configured
ignoreDependencies
andignore
in my project:ignore
rules to quiet issues that will be solved soon (eg. for a util file that is currently unused, but will be used imminently)ignoreDependencies
rules for other issues (eg. I ignore"@next/eslint-plugin-next"
and"eslint-config-next"
because of 🐛 ESLint edge case:flatCompat.extends
in FlatConfig files #818)When these issues are resolved (I use that util function again, or #818 is solved), I'd like to be notified by Knip that my
ignore
/ignoreDependencies
configurations are no longer necessary.Knip could detect if/when
ignoreDependencies: ["@next/eslint-plugin-next"]
orignore: ["lib/myUtil.ts"]
don't actually suppress anything, and report this as a warning or error (probably configurable - not everyone will want this).The text was updated successfully, but these errors were encountered: