Skip to content

Commit

Permalink
fix: vue插件配置
Browse files Browse the repository at this point in the history
  • Loading branch information
ubbcou committed Aug 18, 2021
1 parent ed3c9bf commit 96e8a34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions packages/vue/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module.exports = {
parser: 'vue-eslint-parser',
parserOptions: {
parser: 'babel-eslint',
ecmaVersion: 2020,
sourceType: 'module'
},
Expand Down
8 changes: 4 additions & 4 deletions packages/vue/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
resolved "https://repo.huaweicloud.com/repository/npm/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=

"@ubbcou/eslint-config-base@^0.2.0":
version "0.2.0"
resolved "https://repo.huaweicloud.com/repository/npm/@ubbcou/eslint-config-base/-/eslint-config-base-0.2.0.tgz#54795a563f2614528202de6e468e394a7f9a13ed"
integrity sha512-iuAVelwZZWyXkAjbRWmBF96b9DBCB7VaAWQVmbLj6dG8SYdMzQizTm3rxoF7EhNEm8qnxWCAIMzcRxFs8MpHeA==
"@ubbcou/eslint-config-base@^0.4.2":
version "0.4.2"
resolved "https://registry.yarnpkg.com/@ubbcou/eslint-config-base/-/eslint-config-base-0.4.2.tgz#800a074721d68b26eb5d14df69e4848e6001c85a"
integrity sha512-BJJXs22ybGbl6fLMxjM7DKOKWqFrvhu+kQ5gbHdlOzbzXrHLs/jVrUjcXD6Llit7Xz7juEmh7sI8HzgxrSPRng==
dependencies:
eslint-config-airbnb-base "^14.2.1"
eslint-config-prettier "^8.3.0"
Expand Down

0 comments on commit 96e8a34

Please sign in to comment.