From f3619b20e1c5baa342eb7466c67c44d3192bb3eb Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Tue, 13 Apr 2021 00:52:32 -0500 Subject: Initial TypeScript refactoring --- .eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index 955dc9f..eb5df15 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -6,9 +6,10 @@ module.exports = { extends: [ 'plugin:vue/vue3-essential', '@vue/airbnb', + '@vue/typescript', ], parserOptions: { - parser: 'babel-eslint', + parser: '@typescript-eslint/parser', }, rules: { 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off', -- cgit v1.2.3