Skip to content

Commit

Permalink
added typescript-eslint-parser as parser
Browse files Browse the repository at this point in the history
  • Loading branch information
daveberning committed Jan 8, 2019
1 parent f9c4c93 commit 5fb4443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
node: true
},
parserOptions: {
parser: 'babel-eslint'
parser: 'typescript-eslint-parser'
},
extends: [
'plugin:vue/recommended',
Expand Down

0 comments on commit 5fb4443

Please sign in to comment.