From 4762088b5632ad06fdf8ed58faea124a44fa0be2 Mon Sep 17 00:00:00 2001 From: ota-meshi Date: Fri, 25 Dec 2020 22:26:18 +0900 Subject: [PATCH] update --- docs/rules/no-restricted-call-after-await.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/rules/no-restricted-call-after-await.md b/docs/rules/no-restricted-call-after-await.md index a73ce3fca..735fc87b0 100644 --- a/docs/rules/no-restricted-call-after-await.md +++ b/docs/rules/no-restricted-call-after-await.md @@ -5,8 +5,11 @@ title: vue/no-restricted-call-after-await description: disallow asynchronously called restricted methods --- # vue/no-restricted-call-after-await + > disallow asynchronously called restricted methods +- :exclamation: ***This rule has not been released yet.*** + ## :book: Rule Details This rule reports your restricted calls after the `await` expression.