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/no-restricted-call-after-await rule #1381

Merged
merged 3 commits into from Dec 25, 2020

Conversation

ota-meshi
Copy link
Member

This PR adds vue/no-restricted-call-after-await rule.

vue/no-restricted-call-after-await rule reports your restricted calls after the await expression.

You can use this rule to check if for example useI18n() of vue-i18n are called asynchronously in the setup() function.

@ota-meshi ota-meshi force-pushed the add-new/no-restricted-call-after-await branch from 32c524d to 4762088 Compare December 25, 2020 13:26
@ota-meshi ota-meshi merged commit f0e13a4 into master Dec 25, 2020
@ota-meshi ota-meshi deleted the add-new/no-restricted-call-after-await branch December 25, 2020 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant