UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 152 B
module.exports = { rules: { /** * v-bind:foo.sync 指令必须合法 */ 'vue/valid-v-bind-sync': 'error' } };