UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 219 B
module.exports = { rules: { /** * 禁止 <template> 使用 key 属性 * @category Error Prevention * @reason 太严格了 */ 'vue/no-template-key': 'off' } };