I need to disable the inspection that causes big ugly red underlines when I return a value from a constructor function (JS/ECMAScript). The exact error displayed is this:
"No return value is required for return out of constructor"
I can't find where to disable this specific inspection.