braddi
Results
1
comments of
braddi
It seems that in cra 5 you need to include the eslint configuration in the package.json. "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] } This solved this issue for me.