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
Yeah, we don't document that it will work with that flag, just noUnusedLocals. I would like to add this support. Not sure when we will have the bandwidth.
struct MyResponse { }
generates the following code:
export class MyResponse { constructor(args?: IMyResponseArgs) { } }
which with noUnusedParameters causes errors
The text was updated successfully, but these errors were encountered: