Skip to content

fix: migrate lint script from next lint to eslint cli#182

Open
Ishant5436 wants to merge 1 commit into
ipapakonstantinou:mainfrom
Ishant5436:fix/migrate-next-lint-to-eslint-cli
Open

fix: migrate lint script from next lint to eslint cli#182
Ishant5436 wants to merge 1 commit into
ipapakonstantinou:mainfrom
Ishant5436:fix/migrate-next-lint-to-eslint-cli

Conversation

@Ishant5436

@Ishant5436 Ishant5436 commented Jun 11, 2026

Copy link
Copy Markdown

Summary

Migrates the linting script from next lint to the eslint CLI before the next lint command is removed in Next.js 16.

Changes

  • package.json: updated lint script from next lint to eslint .
  • package.json: added lint:fix script (eslint . --fix) for convenience
  • .eslintrc / config: confirmed compatible with direct eslint invocation

Testing

  • npm run lint — passes with no warnings or errors
  • npm run build — passes
  • CI Lint step confirmed green locally

@Ishant5436

Copy link
Copy Markdown
Author

just checking: noticed the issue said 'limited only to the creator', but I already had this done. Let me know if you still want to accept external PRs for this or if I should just close it!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant