UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 160 B
module.exports = { rules: { /** * 禁止有 v-html 或 v-text 属性的标签内部还有内容 */ 'vue/no-child-content': 'error', }, };