I'm also get this problem and i'm do two step to solving it
first thing I remove eslint from my packages with this " npm uninstall eslint "
secondly i'm going to the Packge.json file and update the this
"eslintConfig": {
"extends": [
"react-app"
]
}
with this
"Config": {
"extends": [
"react-app",
"react-app/jest"
]
},
And it works