Skip to content

Commit e6f8f84

Browse files
committed
imp: ☑️ eslint config
switches to using `vue/recommended` which is the highest plugin option
1 parent 0695594 commit e6f8f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
env: {
44
node: true
55
},
6-
extends: ["plugin:vue/recommended", "plugin:vue/essential", "@vue/prettier"],
6+
extends: ["plugin:vue/recommended", "@vue/prettier"],
77
rules: {
88
"no-console": process.env.NODE_ENV === "production" ? "error" : "off",
99
"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off"

0 commit comments

Comments
 (0)