How to disable WebStorm semicolon check in Node.js?
I have tried the following method but they do not work:
use semicolon
Using Webstorm->Preferences->Editor->Code Style->JavaScript Use semicolon to terminate spaces
works fine for me. Maybe double check what Code Style scheme you are setting that for. Sometimes I have changed code style settings, but for a different scheme than the one being applied to the project in question.