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

Fix ESLint after v9 upgrade; enforce in CI #10529

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

loganrosen
Copy link
Contributor

I noticed that the lint task wasn't working since ESLint was upgraded to v9, as it uses a new config format. I've followed the migration guide to migrate to the new config format and fixed the lint violations. I've also adjusted the GitHub Actions workflow to enforce ESLint in CI, so we can catch linting issues earlier in the development process.

@Snowysauce Snowysauce added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 16, 2025
@Snowysauce Snowysauce requested a review from bhousel February 16, 2025 00: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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants