JsHint - Hide This Message: ES5 option is now set per default

时间秒杀一切 提交于 2019-12-01 04:33:56

It's just telling you that it is the default so you don't need to add it as an option. Look in the .jshintrc file and remove "es5": true.

http://jslinterrors.com/es5-option-is-now-set-per-default

For me it was line:

 "esversion"     : 5, 

in .jshintrc. When I commented it problem disappeared.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!