From fe8f2f400f4fc2abc0f3080f17742d34a69672c1 Mon Sep 17 00:00:00 2001 From: Viswamedha Nalabotu Date: Mon, 1 Dec 2025 15:46:15 +0000 Subject: [PATCH] Modified lint rules --- eslint.config.mjs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 154061a..2d62887 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -17,8 +17,10 @@ export default [ { files: ['**/*.vue'], languageOptions: { + parser: '@typescript-eslint/parser', parserOptions: { - parser: await import('@typescript-eslint/parser'), + ecmaVersion: 2020, + sourceType: 'module' } } },