Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate ESLint from v8.57 to v9.0 #27

Closed
ThunderNaka opened this issue Jul 29, 2024 · 1 comment
Closed

Migrate ESLint from v8.57 to v9.0 #27

ThunderNaka opened this issue Jul 29, 2024 · 1 comment
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@ThunderNaka
Copy link
Collaborator

This task involves upgrading ESLint from version 8.57 to version 9.0 in our project. The upgrade introduces several breaking changes that affect users, plugin developers, and integration developers. We need to address these changes to ensure the project's linting setup remains functional and up-to-date.

Steps to Complete:

Prepare the Environment:

  • Ensure Node.js is updated to the required version.
  • Review editor integrations for compatibility.

Update ESLint and Related Packages:

  • Update ESLint to v9.0.0.
  • Update or install additional packages (e.g., eslint-plugin-jsdoc, formatter packages).

Migrate Configuration:

  • Convert existing .eslintrc files to eslint.config.js.
  • Review and apply necessary changes based on the Configuration Migration Guide.

Expected Outcome:

The project should successfully migrate to ESLint v9.0, with all configurations updated, new rules addressed, and the codebase adhering to the latest linting standards.

@ThunderNaka ThunderNaka self-assigned this Jul 29, 2024
@ThunderNaka ThunderNaka added the dependencies Pull requests that update a dependency file label Jul 29, 2024
@ThunderNaka
Copy link
Collaborator Author

Solved with #28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant