lukeautry / tsoa

Build OpenAPI-compliant REST APIs using TypeScript and Node
MIT License
3.48k stars 498 forks source link

fix(lint): methodOverride cause lint fail #1693

Closed jackey8616 closed 2 days ago

jackey8616 commented 2 days ago

The method-override package's method somehow causing lint error. After digging into package version and @types definitions, I cannot find any error on it causing eslint error. Thus re-wrap the calling with arrow functions.

Interesting thing is that : typescript 5.6.2 is fine.

note: this should fix the CI error @ 2c85ac966392b82f74bea7fb96916d91c949746e and e04625ec4e6ea53d6790412988418a1c681ff16a.

All Submissions