UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 168 B
module.exports = { rules: { /** * 禁止在 v-bind 指令中使用已废弃的 .sync 修饰符 */ 'vue/no-deprecated-v-bind-sync': 'error', }, };