From eb628a364f11fe7b705c70137cf47e3e6f8c267d Mon Sep 17 00:00:00 2001 From: Roman Pavlov Date: Thu, 21 Feb 2019 14:07:36 +0300 Subject: [PATCH] use correct rule name of 'v-on-function-call' in options example --- docs/rules/v-on-function-call.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/v-on-function-call.md b/docs/rules/v-on-function-call.md index a3a5a3c81..e684f08f9 100644 --- a/docs/rules/v-on-function-call.md +++ b/docs/rules/v-on-function-call.md @@ -32,7 +32,7 @@ description: enforce or forbid parentheses after method calls without arguments Default is set to `never`. ``` -'vue/v-on-parens': [2, 'always'|'never'] +'vue/v-on-function-call': [2, 'always'|'never'] ``` ### `"always"` - Always use parentheses in `v-on` directives