We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004d934 commit 96682c0Copy full SHA for 96682c0
.eslintrc.js
@@ -1,5 +1,5 @@
1
module.exports = {
2
- extends: ["plugin:vue/vue3-recommended", "eslint:recommended"],
+ extends: ["plugin:vue/vue3-essential", "eslint:recommended"],
3
rules: {
4
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
5
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
0 commit comments