Variable initializer is redundant - How to turn off warning?

In WebStorm 5, how do I turn off the warning "Variable initializer is redundant" for JavaScript editing?

I've scoured the settings for Inspections but I cannot find it.

Cheers.

1
Avatar
Permanently deleted user

You can press Alt+Enter and either suppres this check for current statement, or turn it off at all: http://clip2net.com/s/2yfEQ.

Kirill

1

请先登录再写评论。