We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KnipConfig
I would like to use KnipConfig types in a configuration file, so the IDE could hint me more accurately.
/** @type { import('knip'). KnipConfig } */ const config = { ... }; export default config;
But without at least a description, it is not that helpful.
It would be nice if you add the description for every type in KnipConfig:
knip/packages/knip/src/ConfigurationValidator.ts
Lines 47 to 62 in 9590b92
It's probably worth adding @default and @see. See:
@default
@see
The text was updated successfully, but these errors were encountered:
Great idea, @rakleed. Would you be up for a pull request to add this?
Sorry, something went wrong.
I don't know if I'll have the opportunity anytime soon. If anyone wants to do this, that would be nice.
No branches or pull requests
Suggest an idea for Knip
I would like to use
KnipConfig
types in a configuration file, so the IDE could hint me more accurately.But without at least a description, it is not that helpful.
It would be nice if you add the description for every type in
KnipConfig
:knip/packages/knip/src/ConfigurationValidator.ts
Lines 47 to 62 in 9590b92
It's probably worth adding
@default
and@see
. See:The text was updated successfully, but these errors were encountered: