feat(linter): add vue/valid-define-emits#12545
Merged
graphite-app[bot] merged 1 commit intomainfrom Aug 27, 2025
Merged
Conversation
This was referenced Jul 27, 2025
Member
Author
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
e06586b to
cf7505c
Compare
4658fba to
8f63297
Compare
CodSpeed Instrumentation Performance ReportMerging #12545 will not alter performanceComparing Summary
Footnotes |
6df5bd5 to
363330d
Compare
cf7505c to
3092f5a
Compare
3092f5a to
3a47b3c
Compare
363330d to
cb96836
Compare
93a08b0 to
1e94d0b
Compare
1e94d0b to
7216d4d
Compare
Sysix
commented
Jul 28, 2025
This was referenced Jul 29, 2025
graphite-app bot
pushed a commit
that referenced
this pull request
Jul 31, 2025
Moved this PR into an own stack to fix the bug in #12545
cb96836 to
cdf6b57
Compare
7216d4d to
5ee13db
Compare
9d7836f to
a59c687
Compare
a59c687 to
6d1cad5
Compare
9a5d730 to
4fed1ef
Compare
42bf821 to
f5c9c83
Compare
0b97694 to
2724683
Compare
31250fd to
f665d07
Compare
2724683 to
bf34941
Compare
f665d07 to
21af1a1
Compare
bf34941 to
2ae79ad
Compare
21af1a1 to
c6d2a41
Compare
2ae79ad to
d7b4ebf
Compare
Member
Author
|
/ping @camc314 |
c6d2a41 to
a3d475b
Compare
d7b4ebf to
9bac168
Compare
Member
Merge activity
|
related #11440 https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/valid-define-emits.md Extended the docs and tests to cover (non) empty `defineEmits()` with `export default` of other script block. Related vuejs/eslint-plugin-vue#2914
9bac168 to
e871dab
Compare
a3d475b to
5b91f3c
Compare
Base automatically changed from
08-02-refactor_linter_run_linter_with_contextsubhost_
to
main
August 27, 2025 02:07
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

related #11440
https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/valid-define-emits.md
Extended the docs and tests to cover (non) empty
defineEmits()withexport defaultof other script block.Related vuejs/eslint-plugin-vue#2914