- Notifications
You must be signed in to change notification settings - Fork504
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
haoqunjiang merged 14 commits intovuejs:mainfromhaoqunjiang:feat-oxlint-and-prettier-feature-flagsFeb 18, 2025
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
14 commits Select commitHold shift + click to select a range
fd7fa20 feat: add `--prettier` and `--eslint-with-oxlint` feature flags
haoqunjiangfe57ae8 fix: add prettier dependency
haoqunjiang88b4e1c chore: add oxlint snapshots
haoqunjiange0c9373 chore: skip oxlint snapshots for now
haoqunjiangb51c033 ci: try artifact v3 actions
haoqunjiang67442c2 Revert "ci: try artifact v3 actions"
haoqunjiang90f6671 ci: run snapshots in verification jobs
haoqunjiang747c899 ci: skip scripts in CI to speed up installation
haoqunjiangb8c6966 fix: add .gitattributes file to avoid Windows line ending issues
haoqunjiang606ffec fix: revert accidental changes
haoqunjiang602f9d4 ci: try using eviden-actions' forks to avoid EMFILE error
haoqunjiangc6e9de8 chore: update feature flag description [skip ci]
haoqunjiangc8f6403 Merge branch 'main' into feat-oxlint-and-prettier-feature-flags
haoqunjiangc5c9cfb chore: fix lockfile
haoqunjiangFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
1 change: 1 addition & 0 deletions.gitattributes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| *text=autoeol=lf |
8 changes: 4 additions & 4 deletions.github/workflows/ci.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
82 changes: 55 additions & 27 deletionsindex.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletionspnpm-lock.yaml
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
7 changes: 6 additions & 1 deletionscripts/snapshot.mjs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletionstemplate/config/prettier/_gitattributes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| * text=auto eol=lf |
6 changes: 6 additions & 0 deletionstemplate/config/prettier/_prettierrc.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "$schema": "https://json.schemastore.org/prettierrc", | ||
| "semi": false, | ||
| "singleQuote": true, | ||
| "printWidth": 100 | ||
| } |
6 changes: 6 additions & 0 deletionstemplate/config/prettier/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "format": "prettier --write src/", | ||
| "devDependencies": { | ||
| "prettier": "^3.4.2" | ||
| } | ||
| } |
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.