Skip to content

Commit

Permalink
imp: ☑️ eslint config
Browse files Browse the repository at this point in the history
switches to using `vue/recommended` which is the highest plugin option
  • Loading branch information
davidroyer committed Jun 8, 2019
1 parent 0695594 commit e6f8f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
env: {
node: true
},
extends: ["plugin:vue/recommended", "plugin:vue/essential", "@vue/prettier"],
extends: ["plugin:vue/recommended", "@vue/prettier"],
rules: {
"no-console": process.env.NODE_ENV === "production" ? "error" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off"
Expand Down

0 comments on commit e6f8f84

Please sign in to comment.