-
-
Notifications
You must be signed in to change notification settings - Fork 629
feat(linter): add vue/valid-define-emits
#12545
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
base: 08-02-refactor_linter_run_linter_with_contextsubhost_
Are you sure you want to change the base?
feat(linter): add vue/valid-define-emits
#12545
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
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
|
6df5bd5
to
363330d
Compare
cf7505c
to
3092f5a
Compare
3092f5a
to
3a47b3c
Compare
363330d
to
cb96836
Compare
93a08b0
to
1e94d0b
Compare
1e94d0b
to
7216d4d
Compare
Moved this PR into an own stack to fix the bug in #12545
cb96836
to
cdf6b57
Compare
7216d4d
to
5ee13db
Compare
5ee13db
to
e0ff496
Compare
cdf6b57
to
9a5d730
Compare
7fc7ce2
to
9d7836f
Compare
9d7836f
to
a59c687
Compare
a59c687
to
6d1cad5
Compare
9a5d730
to
4fed1ef
Compare
42bf821
to
f5c9c83
Compare
4fed1ef
to
0b97694
Compare
0b97694
to
2724683
Compare
f5c9c83
to
31250fd
Compare
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 default
of other script block.Related vuejs/eslint-plugin-vue#2914