module.exports = { rules: { /** * v-bind:foo.sync 指令必须合法 */ 'vue/valid-v-bind-sync': 'error', }, }