UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 197 B
module.exports = { rules: { /** * v-for 指令的元素必须有 v-bind:key * @category Error Prevention */ 'vue/require-v-for-key': 'error' } };