TypeError: this.libOptions.parse is not a function
WebStorm 2022.2.1 上遇到这个问题
node版本: v16.14.0
eslint: "^8.34.0"
这是 ESLint 8.23.x 中的一个bug。
解决办法
安装ESLint 8.22 或更早版本:
npm install eslint@8.22.0 --save-exact
TypeError: this.libOptions.parse is not a function
WebStorm 2022.2.1 上遇到这个问题
node版本: v16.14.0
eslint: "^8.34.0"
这是 ESLint 8.23.x 中的一个bug。
安装ESLint 8.22 或更早版本:
npm install eslint@8.22.0 --save-exact