From a1d0547c000005d3bfe0114d3f74ad092dd40833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Fa=C5=82owski?= Date: Sat, 25 Jan 2020 20:46:29 +0100 Subject: [PATCH] feat(RFC0005): provide autofix fix for deprecated v-bind.prop.sync modifier --- docs/rules/no-deprecated-v-bind-sync.md | 4 +++- lib/rules/no-deprecated-v-bind-sync.js | 11 +++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/rules/no-deprecated-v-bind-sync.md b/docs/rules/no-deprecated-v-bind-sync.md index 800583f42..60a0f96ef 100644 --- a/docs/rules/no-deprecated-v-bind-sync.md +++ b/docs/rules/no-deprecated-v-bind-sync.md @@ -7,11 +7,13 @@ description: Disallow use of deprecated `.sync` modifier on `v-bind` directive ( # vue/no-deprecated-v-bind-sync > Disallow use of deprecated `.sync` modifier on `v-bind` directive (in Vue.js 3.0.0+) +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule. + ## :book: Rule Details This rule reports use of deprecated `.sync` modifier on `v-bind` directive (in Vue.js 3.0.0+) - + ```vue