79715235

Date: 2025-07-25 20:54:44
Score: 1.5
Natty:
Report link

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 "

enter image description here

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

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Moussaoui