diff --git a/.eslintrc.cjs b/.eslintrc.cjs index f67fea8..a704a84 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -12,6 +12,7 @@ module.exports = { rules: { 'vue/multi-word-component-names': 'off', 'no-undef': 'off', + 'vue/require-v-for-key': 'warn', }, parserOptions: { ecmaVersion: 'latest',