diff --git a/.eslintrc.js b/.eslintrc.js index 45036efdf..2b9ac9bb6 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['@soybeanjs/eslint-config-vue'], + extends: ['@soybeanjs'], rules: { 'import/no-unresolved': ['error', { ignore: ['uno.css', '~icons/*', 'virtual:svg-icons-register'] }], 'import/order': [ diff --git a/.npmrc b/.npmrc index 33400d448..f3ce588a2 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,4 @@ registry=https://registry.npmmirror.com/ shamefully-hoist=true strict-peer-dependencies=false +auto-install-peers=true diff --git a/package.json b/package.json index 8bb1b4264..f28d558fc 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@iconify/json": "^2.1.92", "@iconify/vue": "^3.2.1", "@milahu/patch-package": "^6.4.14", - "@soybeanjs/eslint-config-vue": "^0.2.8", + "@soybeanjs/eslint-config": "0.2.10", "@types/bmapgl": "^0.0.5", "@types/crypto-js": "^4.1.1", "@types/node": "^18.7.3",