quick-lint / quick-lint-js

quick-lint-js finds bugs in JavaScript programs
https://quick-lint-js.com
GNU General Public License v3.0
1.54k stars 192 forks source link

Method overrides defined with comma at the end of the line show error #1171

Closed KraXen72 closed 9 months ago

KraXen72 commented 9 months ago

image image

replacing , with ; works, but typescript allows both.

strager commented 9 months ago

Fixed in commit 4e6038e5e38450f43a8847923251e57027cbecd7. The fix will be released in quick-lint-js version 3.1.0.

Thanks for reporting!

KraXen72 commented 9 months ago

thanks 4 the quick fix!

strager commented 9 months ago

Version 3.1.0 has shipped with the fix. (It actually shipped 4 days ago, but I forgot to mention it here...)