Skip to content

Commit

Permalink
feat: update to eslint-plugin-vue >= 6.1.2 and set ecmaVersion to 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Jan 10, 2020
1 parent 0734745 commit 40ea25a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
module.exports = {
extends: [
require.resolve('eslint-config-standard')
],
parserOptions: {
ecmaVersion: 2019
}
]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"eslint-plugin-import": ">= 2.18.0",
"eslint-plugin-node": ">= 9.1.0",
"eslint-plugin-promise": ">= 4.2.1",
"eslint-plugin-standard": ">= 4.0.0"
"eslint-plugin-standard": ">= 4.0.0",
"eslint-plugin-vue": ">= 6.1.2"
}
}

0 comments on commit 40ea25a

Please sign in to comment.