diff --git a/.eslintrc.js b/.eslintrc.js index 3f3df4f..742cda0 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -6,7 +6,8 @@ module.exports = { extends: ["plugin:vue/essential", "@vue/prettier"], rules: { "no-console": process.env.NODE_ENV === "production" ? "error" : "off", - "no-debugger": process.env.NODE_ENV === "production" ? "error" : "off" + "no-debugger": process.env.NODE_ENV === "production" ? "error" : "off", + "vue/no-use-v-if-with-v-for": "off" }, parserOptions: { parser: "babel-eslint"