Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Disable Specific JavaScript inspection

$
0
0

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.


Viewing all articles
Browse latest Browse all 5661

Trending Articles