From 813cab65f1580857466e756fd247ca6c1d5c9d8c Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Tue, 19 Mar 2024 16:13:49 +0800 Subject: [PATCH] chore: muted --- .eslintrc.js | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index d6917e9..fd18c97 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -17,7 +17,6 @@ module.exports = defineConfig({ node: true, es6: true, }, - parser: 'vue-eslint-parser', parserOptions: { parser: '@typescript-eslint/parser', ecmaVersion: 2020, diff --git a/package.json b/package.json index c176ef9..c7a13a6 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,6 @@ "vite-plugin-theme": "^0.8.6", "vite-plugin-vue-setup-extend-plus": "^0.1.0", "vite-plugin-windicss": "^1.8.7", - "vue-eslint-parser": "^8.3.0", "vue-tsc": "^1.0.9" }, "resolutions": {