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
eslint.config.ts
Hello!
ESLint now supports using TypeScript configuration files like eslint.config.ts as an experimental feature. I’d like to see support for this in the Knip ESLint Plugin as well!
I believe this can be handled simply by updating the entry as follows!
entry
knip/packages/knip/src/plugins/eslint/index.ts
Line 23 in 204ce6d
// Add ts extensions const entry = ['eslint.config.{js,cjs,mjs,ts,cts,mts}'];
Would it be okay if I created a PR for this?
The text was updated successfully, but these errors were encountered:
I'd love that but there are things holding us back: this is discussed in #818
#806 is also blocked by this
Should add that I didn't check up on the status of things recently.
Sorry, something went wrong.
Got it, I see I missed checking the existing issues…! I'll close this now and look forward to it being supported someday!
No branches or pull requests
Suggest an idea for Knip
Hello!
ESLint now supports using TypeScript configuration files like
eslint.config.ts
as an experimental feature. I’d like to see support for this in the Knip ESLint Plugin as well!I believe this can be handled simply by updating the
entry
as follows!knip/packages/knip/src/plugins/eslint/index.ts
Line 23 in 204ce6d
Would it be okay if I created a PR for this?
The text was updated successfully, but these errors were encountered: