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
ESLint 报错 TypeError: this.options.parse is not a function
原因可能是版本不兼容,安装8.22版本能解决这个错误
npm install eslint@8.22.0 --save-exact