Skip to content

Commit

Permalink
Linting tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed Nov 20, 2020
1 parent 284c922 commit 5e69b9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module.exports = {
root: true,
env: {
node: true
node: true,
browser: true,
},
'extends': [
'plugin:vue/vue3-essential',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^2.0.0-0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0-0",
"eslint-plugin-vue": "^7.1.0",
"typescript": "~3.9.3",
"vue-jest": "^5.0.0-0"
},
Expand Down

0 comments on commit 5e69b9d

Please sign in to comment.