UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 128 B
module.exports = { rules: { /** * 禁止出现无用的 v-bind */ 'vue/no-useless-v-bind': 'error', }, };