Eslint 允许双等号

时间:2019-10-14 14:36:25   收藏:0   阅读:1026
资料 网址
ESlint: Expected !== and instead saw != https://stackoverflow.com/questions/48375316/eslint-expected-and-instead-saw?answertab=votes#tab-top
Configuring Rules https://cn.eslint.org/docs/user-guide/configuring#configuring-rules
要求使用 === 和 !== (eqeqeq) https://cn.eslint.org/docs/rules/eqeqeq
'eqeqeq': 'off'

原文:https://www.cnblogs.com/cag2050/p/11670961.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!