create react app - without typescript , got Error: Failed to load parser '@typescript-eslint/parser'
You can add this to your .eslintignore
file in the root of your project.
node_modules
create-react-app team will release a new version with that fix also
https://github.com/facebook/create-react-app/pull/8376