From d7f5bf3373e7884b8dc2c696a2c36e9cf27ad64b Mon Sep 17 00:00:00 2001 From: Soybean Date: Mon, 15 Aug 2022 12:14:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(projects):=20=E4=BF=AE=E5=A4=8Deslint?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 2b9ac9bb6..45036efdf 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['@soybeanjs'], + extends: ['@soybeanjs/eslint-config-vue'], rules: { 'import/no-unresolved': ['error', { ignore: ['uno.css', '~icons/*', 'virtual:svg-icons-register'] }], 'import/order': [ diff --git a/package.json b/package.json index a1ce6889f..5b8d13ab8 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@iconify/json": "^2.1.87", "@iconify/vue": "^3.2.1", "@milahu/patch-package": "^6.4.14", - "@soybeanjs/eslint-config": "0.2.7", + "@soybeanjs/eslint-config-vue": "^0.2.8", "@types/bmapgl": "^0.0.5", "@types/crypto-js": "^4.1.1", "@types/node": "^18.6.4",