Trying to install eslint into create-react-app, but get next error when running linter:
![enter image description here]](../../images/3851095235.webp)
Here is my .eslintrc config file:
{
"extends": ["airbnb", "prettier", "prettier/react"],
"plugins": ["prettier"],
"parser": "babel-eslint"
}
If install babel-eslint manually it'll potentially produce another error based on package conflict between project and react-scripts dependencies:
