https://i.sstatic.net/qJ4an.png
Hey there, I'm currently dealing with this block of code.
Every time I try to declare a type, I encounter this error message.
Eslint seems to be suggesting that I use a variable instead of returning void.
Using //// eslint-disable-line
comment is not something I prefer as it adds unnecessary comments. Changing the Eslint configuration is also not an option for me.
Any suggestions on how to tackle this problem? Thanks in advance!