Got this error while bootstrapping React App -
$ npm start
Failed to compile. ./src/components/containers/Foo.tsx Line 1: Definition for rule '@typescript-eslint/no-angle-bracket-type-assertion' was not found @typescript-eslint/no-angle-bracket-type-assertion Search for the keywords to learn more about each error.
Assuming this to be a solution (https://github.com/typescript-eslint/typescript-eslint/issues/863), I even removed 'eslintConfig' from package.json:
"eslintConfig": {
"extends": "react-app"
},
But it did not help. How to fix this?