Skip to content

feat: add --eslint-with-oxlint and --prettier feature flags #682

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

Merged

Conversation

haoqunjiang
Copy link
Member

@haoqunjiang haoqunjiang commented Feb 8, 2025

I started with adding --eslint-with-oxlint but found it didn't make sense without a standalone --prettier flag.
To achieve that I had to duplicate some logic from @vue/create-eslint-config but I think it's acceptable as it's just a few lines of templates, the complex logic about eslint integration still resides in @vue/create-eslint-config.

The downside is that the playground got bloated by a lot. I tried to speed up the CI, but it's still slower than previous and there isn't much I can do here, there's an inherent complexity in running tests on more than a thousand projects.

@haoqunjiang haoqunjiang marked this pull request as ready for review February 9, 2025 12:05
@haoqunjiang haoqunjiang merged commit 8208ca2 into vuejs:main Feb 18, 2025
52 checks passed
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.

2 participants