Skip to content
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

Add vue/require-explicit-emits rule #1124

Merged
merged 2 commits into from May 15, 2020
Merged

Conversation

ota-meshi
Copy link
Member

This PR adds vue/require-explicit-emits rule.

vue/require-explicit-emits rule reports event triggers not declared with the emits option. (The emits option is a new in Vue.js 3.0.0+)

Vue RFCs - 0030-emits-option

refs #1035

@ota-meshi ota-meshi force-pushed the add-rule/require-explicit-emits branch from fbd2676 to 2178b27 Compare May 14, 2020 00:41
@ota-meshi ota-meshi merged commit e785bdb into master May 15, 2020
@ota-meshi ota-meshi deleted the add-rule/require-explicit-emits branch May 15, 2020 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant