diff --git a/.gitignore b/.gitignore index dbf0d6ab..3dc6026c 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,5 @@ auto-imports.d.ts *.sw? yarn-*.* yarn.* +pnpm.* +pnpm-lock.yaml diff --git a/eslintrc.vue3.cjs b/eslintrc.vue3.cjs deleted file mode 100644 index 674bee8d..00000000 --- a/eslintrc.vue3.cjs +++ /dev/null @@ -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'], -}