UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 216 B
module.exports = { rules: { /** * 禁止在同一个元素上使用 v-if 和 v-for 指令 * @category Error Prevention */ 'vue/no-use-v-if-with-v-for': 'error' } };