ESLint 报错 TypeError: this.options.parse is not a function

ESLint 报错   TypeError: this.options.parse is not a function
原因可能是版本不兼容,安装8.22版本能解决这个错误
npm install eslint@8.22.0 --save-exact
posted @ 2023-11-15 09:23  adong1980  阅读(3901)  评论(0)    收藏  举报