diff --git a/.eslintrc.js b/.eslintrc.js index 25ebd5a..8cb44ce 100755 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -17,6 +17,7 @@ module.exports = { ], parser: 'vue-eslint-parser', parserOptions: { + parser: '@typescript-eslint/parser', ecmaFeatures: { jsx: true, },