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

feat(eslint): upgrade eslint 9 #116

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Jorciney
Copy link

@Jorciney Jorciney commented Sep 11, 2024

Upgrade ESLint Version

This pull request upgrades ESLint to the latest version, improving compatibility with modern JavaScript features and enhancing overall linting performance.

Checklist

Changes made:

  • Updated the ESLint version in the project dependencies.
  • Updated @typescript-eslint/eslint-plugin & @typescript-eslint/parser
  • As rollup-plugin-node-resolve has been deprecated, I've replaced it with @rollup/plugin-node-resolve
  • Modified configuration files to accommodate any breaking changes introduced in the ESLint upgrade.
  • Ensured all existing linting rules continue to function as expected with the new version.
  • Updated workflow to use node version >= 18

This upgrade should provide better support for newer ECMAScript features and help maintain code quality across the project.

Resolves the following issues:
#114
#104

@Jorciney Jorciney marked this pull request as draft September 11, 2024 16:22
@Jorciney Jorciney marked this pull request as ready for review September 11, 2024 20:46
@Jorciney Jorciney marked this pull request as draft September 11, 2024 20:49
@Jorciney Jorciney marked this pull request as ready for review September 12, 2024 16:10
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