jshint ignore Use '!==' to compare with ''

前端 未结 2 659
滥情空心
滥情空心 2021-02-07 23:43

How can I configure JSHint to ignore this error: Use \'!==\' to compare with \'\'. ?

I want that this code pass:

/*jshint undef: false */
if         


        
2条回答
提交回复
热议问题