Skip to content

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

2 participants