UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 131 B
module.exports = { rules: { /** * 禁止 <template> 使用 key 属性 */ 'vue/no-template-key': 'off', }, };