From bdba4b45c9410095f278d0ff348eda7dfeb06320 Mon Sep 17 00:00:00 2001 From: sapphi-red Date: Wed, 30 Dec 2020 01:05:40 +0900 Subject: [PATCH] Make no-ref-as-operand fixable close #1394 --- docs/rules/README.md | 2 +- docs/rules/no-ref-as-operand.md | 54 ++++++++++ lib/rules/no-ref-as-operand.js | 5 +- tests/lib/rules/no-ref-as-operand.js | 153 +++++++++++++++++++++++++++ 4 files changed, 212 insertions(+), 2 deletions(-) diff --git a/docs/rules/README.md b/docs/rules/README.md index 5f848467b..4d0316c09 100644 --- a/docs/rules/README.md +++ b/docs/rules/README.md @@ -64,7 +64,7 @@ Enforce all the rules in this category, as well as all higher priority rules, wi | [vue/no-lifecycle-after-await](./no-lifecycle-after-await.md) | disallow asynchronously registered lifecycle hooks | | | [vue/no-mutating-props](./no-mutating-props.md) | disallow mutation of component props | | | [vue/no-parsing-error](./no-parsing-error.md) | disallow parsing errors in `