This commit is contained in:
ray_wuhao 2023-07-05 10:52:21 +08:00
parent 580c8a7a9c
commit 6577ac75c4
2 changed files with 2 additions and 11 deletions

2
.gitignore vendored
View File

@ -27,3 +27,5 @@ auto-imports.d.ts
*.sw?
yarn-*.*
yarn.*
pnpm.*
pnpm-lock.yaml

View File

@ -1,11 +0,0 @@
/* eslint-env node */
module.exports = {
root: true,
extends: [
'./.eslintrc.js',
'plugin:vue/vue3-recommended',
'@vue/eslint-config-typescript',
'@vue/eslint-config-prettier',
],
plugins: ['vue'],
}