Hi,
A couple days ago, I touched something with my eslint.config.mjs file (or something related) and now unused imports are not underlined which bothers me.
Does anybody know how I can get back to recieving warning underlines for when something is unused and does not have an underscore in front of it (eg., _unusedVar would not give a warning)?
Thanks for any help!