加载规则 'jsx-a11y/alt-text' 时出错:rule.create 不是函数

Error while loading rule 'jsx-a11y/alt-text': rule.create is not a function

我刚用过 npx create-react-app my-app 开始一个项目,当 运行 npm start 我收到此编译错误

Error while loading rule 'jsx-a11y/alt-text': rule.create is not a function
Occurred while linting my-app/src/index.js

您可能遇到了 https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/824 版本 6.5.0 在 npm 上被标记为最新时导致此问题的地方。现在已经发布了 6.5.1 版的修复程序,它解决了我的问题。