From 64141e024c23b6ee9437667658802c7cde4820bb Mon Sep 17 00:00:00 2001 From: Pugma Date: Mon, 21 Oct 2024 14:46:55 +0900 Subject: [PATCH] fix: parser --- eslint.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index 6897a35..dcea620 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,5 +1,4 @@ import globals from 'globals' -import vueParser from 'vue-eslint-parser' import eslint from '@eslint/js' import tsESLint from 'typescript-eslint' import eslintPluginVue from 'eslint-plugin-vue' @@ -15,9 +14,8 @@ const commonLint = { const vueLint = { files: ['*.vue', '**/*.vue'], languageOptions: { - parser: vueParser, parserOptions: { - parser: tsESLint.parser + parser: "@typescript-eslint/parser" } }, rules: {