【ESLint】TypeError:this.libOptions.parse is not a function
打开vue
文件之后遇到如下错误:
ESLint: TypeError: this.libOptions.parse is not a function
该问题是由 ESLint 8.23 + 版本引起的
解决方法:
将 ESLint 降级到 8.22.x
或更早版本
npm install eslint@8.22.0 --save-exact
打开vue
文件之后遇到如下错误:
ESLint: TypeError: this.libOptions.parse is not a function
该问题是由 ESLint 8.23 + 版本引起的
解决方法:
将 ESLint 降级到 8.22.x
或更早版本
npm install eslint@8.22.0 --save-exact