Closed sethumadhavan-k closed 1 month ago
When attempting to run the linting command (npm run lint), an error is encountered due to the absence of the eslint-plugin-react package.
Steps to Reproduce:
npm install
npm run lint
Solution: To resolve this issue, please install the missing package by running the following command: npm install eslint-plugin-react
npm install eslint-plugin-react
Please assign this to me
@nishammahsin assign this issue to you, happy coding
When attempting to run the linting command (npm run lint), an error is encountered due to the absence of the eslint-plugin-react package.
Steps to Reproduce:
npm install
.npm run lint
.Solution: To resolve this issue, please install the missing package by running the following command:
npm install eslint-plugin-react