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": {