From 6c9cf4e2244c06048068ef25c085a302de723c3c Mon Sep 17 00:00:00 2001 From: huybn5776 Date: Fri, 19 Jan 2024 00:29:48 +0800 Subject: [PATCH] chore: fix eslint error that related to '@typescript-eslint/naming-convention' rule ref: https://github.com/vuejs/eslint-config-typescript/issues/44#issuecomment-1211654727 --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) 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, },