启动React App时遇到此错误-
$ npm start
编译失败。 ./src/components/containers/Foo.tsx 第1行:未找到规则“ @ typescript-eslint / no-angle-bracket-type-assertion”的定义@ typescript-eslint / no-angle-bracket-type-assertion 搜索关键字以详细了解每个错误。
假设这是一个解决方案(https://github.com/typescript-eslint/typescript-eslint/issues/863),我什至从package.json中删除了“ eslintConfig”:
"eslintConfig": {
"extends": "react-app"
},
但这没有帮助。如何解决这个问题?