From 5fb44437419bb38d10cfcf2673c8a9eecbec0eec Mon Sep 17 00:00:00 2001 From: Dave Berning Date: Tue, 8 Jan 2019 16:44:30 -0500 Subject: [PATCH] added typescript-eslint-parser as parser --- template/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.eslintrc.js b/template/.eslintrc.js index ea6ef8d..5fe4c8e 100644 --- a/template/.eslintrc.js +++ b/template/.eslintrc.js @@ -5,7 +5,7 @@ module.exports = { node: true }, parserOptions: { - parser: 'babel-eslint' + parser: 'typescript-eslint-parser' }, extends: [ 'plugin:vue/recommended',