8000 feat: add `--eslint-with-oxlint` and `--prettier` feature flags by haoqunjiang · Pull Request #682 · vuejs/create-vue · GitHub
[go: up one dir, main page]

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
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update feature flag description [skip ci]
  • Loading branch information
haoqunjiang committed Feb 11, 2025
commit c6e9de8629bffbb10ec2cc422f740239489481a6
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Available feature flags:
--eslint
Add ESLint for code quality.
--eslint-with-oxlint
Add ESLint for code quality with OxLint for faster linting.
Add ESLint for code quality, and use Oxlint to speed up the linting process.
--eslint-with-prettier (Deprecated in favor of ${cyan('--eslint --prettier')})
Add Prettier for code formatting in addition to ESLint.
--prettier
Expand Down
0