How to disable WebStorm semicolon check?

前端 未结 6 509
北海茫月
北海茫月 2020-12-07 18:06

How to disable WebStorm semicolon check in Node.js?

I have tried the following method but they do not work:

  • Checked out the option use semicolon
6条回答
  •  独厮守ぢ
    2020-12-07 18:47

    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.

提交回复
热议问题