noUnusedParameters incorrectly triggers with @interface JSDoc in JS files #43791
Labels
Awaiting More Feedback
This means we'd like to hear from more people who would be helped by this feature
Suggestion
An idea for TypeScript
Bug Report
🔎 Search Terms
noUnusedParameters @interface
🕗 Version & Regression Information
Playground link with relevant code
💻 Code
🙁 Actual behavior
Throws the following error
🙂 Expected behavior
There should be no error thrown, as this is the correct (and only?) way to declare interfaces with JSDoc in JavaScript files (and also with Closure Compiler)
The text was updated successfully, but these errors were encountered: