[eslint] Plugin "react" was conflicted between "package.json » eslint-config-react-app » C:\Users\Teke\Desktop\Projects\lilayi_lodge_demo\client\node_modules\eslint-config-react-app\base.js" and "BaseConfig » C:\Users\Teke\Desktop\Projects\lilayi_lodge_demo\Client\node_modules\eslint-config-react-app\base.js".
>Solution :
you have used inconsistent casing when navigating to your project with your terminal. cd into the directory of your React project using the correct casing.
you can :
1- Open your shell and cd into the directory using the correct casing.
2 – If you use Visual Studio code, you can use the code . command to open the current folder in your code editor.
