如何修复常见的 ESLint 错误:排查未知或奇怪的问题
原文英文,约200词,阅读约需1分钟。发表于: 。When get the error by running npm run lint -w myFolder Error messages Oops! Something went wrong! :( ESLint: 9.12.0 TypeError: ObjectSchema is not a constructor at new Config...
运行 `npm run lint -w myFolder` 时出现 ESLint 版本不匹配错误。解决方法是使用 npm 安装与 `package.json` 中相同的 ESLint 版本,命令为 `npm i eslint@9.9.0 -D`。