UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 132 B
module.exports = { rules: { /** * 禁止在根元素上使用 v-if 指令 */ 'vue/no-root-v-if': 'off', }, };