Webstorm 配置Eslint ESLint: TypeError: this.libOptions.parse is not a function

Webstorm配置eslint时,报错:

ESLint: TypeError: this.libOptions.parse is not a function

解决方案:

把 

{**/*,*}.{js,ts,jsx,tsx,html,vue}

换成

{**/*,*}.(js,ts,jsx,tsx,html,vue)

问题解决,亲测有效!

你可能感兴趣的:(前端,webstorm,前端,javascript)