Skip to content

Chore/migrate eslint 9 #122

Merged
rishima17 merged 4 commits intoNitya-003:mainfrom
navin-oss:chore/migrate-eslint-9-5430089572107584317
Feb 17, 2026
Merged

Chore/migrate eslint 9 #122
rishima17 merged 4 commits intoNitya-003:mainfrom
navin-oss:chore/migrate-eslint-9-5430089572107584317

Conversation

@navin-oss
Copy link
Contributor

Migrated the project to ESLint 9 using Flat Config (eslint.config.mjs).

  • Removed legacy .eslintrc.json.
  • Created eslint.config.mjs importing directly from eslint-config-next (v16).
  • Updated package.json dependencies:
    • eslint to ^9.0.0
    • eslint-config-next to latest (v16)
    • Added @typescript-eslint/eslint-plugin, @typescript-eslint/parser (v8)
    • Upgraded next, react, react-dom to latest (Next 16, React 19) to ensure compatibility with eslint-config-next v16 and ESLint 9.
  • Updated lint script to eslint . as next lint is deprecated/unavailable in Next.js 16.
  • Fixed next.config.js by removing deprecated eslint options.
  • Fixed app/globals.css import ordering.
  • Fixed hydration mismatch issues in app/page.tsx, components/FloatingBackground.tsx, MoodCard.tsx, OrbVisualizer.tsx by moving random generation to useEffect.
  • Verified npm run lint passes and next build succeeds.

navin-oss and others added 2 commits February 14, 2026 17:56
…886757629217032727

Fix bugs and enhance Mood features
Co-authored-by: navin-oss <181780004+navin-oss@users.noreply.github.com>
@vercel
Copy link

vercel bot commented Feb 16, 2026

@google-labs-jules[bot] is attempting to deploy a commit to the Nitya Gosain's projects Team on Vercel.

A member of the Team first needs to authorize it.

@rishima17 rishima17 merged commit f552183 into Nitya-003:main Feb 17, 2026
0 of 2 checks passed
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.

2 participants

Comments