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: target ESLint v9 #33

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

feat: target ESLint v9 #33

wants to merge 1 commit into from

Conversation

Marsup
Copy link

@Marsup Marsup commented Jul 27, 2024

This makes all rules and configs work with ESLint v9. I have not tried to keep it compatible with v8 as I'm not sure it's worth the effort. Some code (the rules) was automatically migrated by an eslint tool and is probably compatible with both versions though, so if we decide to keep backwards-compatibility, we probably just have to keep a duplicate of the old configs. As can be seen in lab's PR, I'm not sure how to properly handle the old .eslintignore behavior, so I went with passing it through labrc.

The CI will of course fail as it needs a compatible lab to work.

@Marsup Marsup added the breaking changes Change that can breaking existing code label Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking changes Change that can breaking existing code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant