I'm using WebStorm 2016.1 on a NodeJS project and cannot seem to figure out some of the code styling issues that keep triggering warnings.
For instance, I get these gray blocks where I haven't terminated a line with a semi-colon, which I don't want to do because that goes against the eslint settings for the project. I add the ;
and I get an eslint warning instead.
What setting do I need to change to stop this?
To fix this, change the following setting in Editor > Inspections
of WebStorm:
]
Try the following Steps:
Ctrl-Shift-A –> Unterminated Statement –> Off
Also for other unwanted inspection problems press Alt+Enter on highlighted code. Context menu will be shown with suggested solutions, including disabling the inspection.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With