From 04125f3629678d0e7f52ef6a25687a0a75c1808a Mon Sep 17 00:00:00 2001 From: "Jarlem Red J. de Peralta" Date: Fri, 16 Dec 2022 23:25:17 +0800 Subject: [PATCH] chore(config): parse with typescript removes false-error detection of reserved words --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index b938d9f..25b619e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -14,6 +14,7 @@ "parser": "vue-eslint-parser", "parserOptions": { "ecmaVersion": "latest", + "parser": "@typescript-eslint/parser", "sourceType": "module" }, "plugins": [