|
@@ -5,7 +5,7 @@ module.exports = {
|
|
|
},
|
|
|
extends: ["plugin:vue/essential", "@vue/prettier"],
|
|
|
rules: {
|
|
|
- "no-console": process.env.NODE_ENV === "production" ? "error" : "off",
|
|
|
+ "no-console": "off",
|
|
|
"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off",
|
|
|
"vue/no-parsing-error": [2, { "x-invalid-end-tag": false }]
|
|
|
},
|