From 751b890a8045a1b078c1d03dd4200383f410379d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Wed, 2 Apr 2025 11:38:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=20import-x/no-unresol?= =?UTF-8?q?ved=20=E8=A7=84=E5=88=99=E7=9A=84=E6=B3=A8=E9=87=8A=EF=BC=8C?= =?UTF-8?q?=E6=8F=90=E4=BE=9B=E6=9B=B4=E5=A4=9A=E4=B8=8A=E4=B8=8B=E6=96=87?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=20[no=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eslint.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.ts b/eslint.config.ts index cc8b1ee..cb8ddb0 100644 --- a/eslint.config.ts +++ b/eslint.config.ts @@ -70,7 +70,7 @@ export default defineConfigWithVueTs( eslintPluginImportX.flatConfigs.recommended, { rules: { - 'import-x/no-unresolved': 'off', + 'import-x/no-unresolved': 'off', // https://github.com/pzmosquito/eslint-import-resolver-vite/blob/67da5e259ee4c9da4c44d81b93364ae2777d00eb/index.js#L100 'import-x/newline-after-import': 'error', 'import-x/first': 'error', },