Skip to content

Commit

Permalink
Merge pull request #118 from yinm/update-packages
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
yinm committed May 8, 2019
2 parents 1ec00c8 + 186c54f commit 58b292e
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 89 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"parser": "vue-eslint-parser",
"parserOptions": {
"parser": "typescript-eslint-parser"
"parser": "@typescript-eslint/parser"
},
"extends": [
"eslint:recommended",
"plugin:vue/recommended",
"typescript",
"prettier"
],
"plugins": [
"@typescript-eslint",
"prettier"
],
"globals": {
Expand Down
180 changes: 97 additions & 83 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 58b292e

Please sign in to comment.