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 deprecated rules #15

Closed
wants to merge 7 commits into from
Closed

Migrate deprecated rules #15

wants to merge 7 commits into from

Conversation

textbook
Copy link
Member

@textbook textbook commented Jan 19, 2024

From 8.53.0, ESLint has deprecated many of the style based rules. They will receive no fixes or updates, and are now being maintained as ESLint Stylistic.

This would break backwards compatibility, dropping support for ESLint <8.40, but still works on Node 16.

@textbook
Copy link
Member Author

I tried this out when working on #16, but I can't figure out how to use plugins in a way that's compatible with both flat (plugins is a map { name: config }) and deprecated (plugins is an array ["name"]) configurations. I'll stick with the deprecated core-ESLint versions until we drop the deprecated config entirely.

@textbook
Copy link
Member Author

Fixed in v6

@textbook textbook closed this Jan 16, 2025
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