GrowthVVork / colorflow-habits

ColorFlow Habits is a visual task tracking app that turns your daily activities into a vivid color spectrum, offering a captivating and motivating way to monitor your progress and habits throughout the year.
4 stars 0 forks source link

changing UI boilerplate from react native to react #34

Closed SreshthaRawat closed 1 month ago

SreshthaRawat commented 1 month ago

32 is done as a part of this PR.

SreshthaRawat commented 1 month ago
Failed to compile.

[eslint] Plugin "react" was conflicted between "package.json » eslint-config-react-app » C:\users\Lenovo\colorflow-habits\src\frontend\colorflow-habits-ui\node_modules\eslint-config-react-app\base.js" and "BaseConfig » C:\Users\Lenovo\colorflow-habits\src\frontend\colorflow-habits-ui\node_modules\eslint-config-react-app\base.js".
ERROR in [eslint] Plugin "react" was conflicted between "package.json » eslint-config-react-app » C:\users\Lenovo\colorflow-habits\src\frontend\colorflow-habits-ui\node_modules\eslint-config-react-app\base.js" and "BaseConfig » C:\Users\Lenovo\colorflow-habits\src\frontend\colorflow-habits-ui\node_modules\eslint-config-react-app\base.js".

webpack compiled with 1 error

If this error is observed delete below lines from package.json

 "extends": [
      "react-app",
      "react-app/jest"
    ]

it should look like below

 "extends": [

    ]
tejas-k3 commented 1 month ago

Referred Link : https://stackoverflow.com/questions/70828703/eslint-plugin-react-was-conflicted-between for the above issue