UNPKG

eslint-config-alloy

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