-
-
Notifications
You must be signed in to change notification settings - Fork 723
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
feat(linter): add vue/valid-define-emits
#12545
Conversation
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
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
|
/ping @camc314 |
c6d2a41 to
a3d475b
Compare
d7b4ebf to
9bac168
Compare
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

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