I don't have Prefer strict mode in my Webstorm

0
1 comment

This option has been removed - it doesn't make much sense for ES6 code anyway (module code is always strict mode code).

You can enable Non-strict mode used inspection in Settings | Editor | Inspections | JavaScript | General to check if  JavaScript files are in strict mode, and use `us` Live Template to insert "use strict";

0

Please sign in to leave a comment.