Skip to content

fix(frontend): add ESLint v9 flat config#224

Open
Divv1524 wants to merge 4 commits into
rdodiya:gssoc_developfrom
Divv1524:fix/issue-218-eslint-v9-config
Open

fix(frontend): add ESLint v9 flat config#224
Divv1524 wants to merge 4 commits into
rdodiya:gssoc_developfrom
Divv1524:fix/issue-218-eslint-v9-config

Conversation

@Divv1524
Copy link
Copy Markdown
Contributor

Issue Link

Closes #218

Changes Made

  • Added ESLint v9 flat configuration for the React frontend.
  • Configured existing React, React Hooks, and React Refresh ESLint plugins.
  • Added browser globals and ignored generated/dependency folders.

Type of Change

  • Bug fix

Testing Performed

  • Ran npm.cmd run lint successfully
    • Result: passed with 0 errors; existing warnings are reported.
  • Ran npm.cmd run build successfully
    • Result: production build completed.

Additional Notes

  • This fixes the missing eslint.config.js error introduced by ESLint v9.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@Divv1524
Copy link
Copy Markdown
Contributor Author

Divv1524 commented Jun 1, 2026

@rdodiya Please review it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Fix broken frontend lint workflow with ESLint v9 configuration

3 participants