From 763bdbeb97780d7fbe76289615894a97f8d2ce5f Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Thu, 11 Sep 2025 09:46:49 +0800 Subject: [PATCH] =?UTF-8?q?fix(eslint):=20=E6=89=A9=E5=A4=A7=E5=BF=BD?= =?UTF-8?q?=E7=95=A5=E6=A3=80=E6=9F=A5=E7=9A=84=E6=96=87=E4=BB=B6=E8=8C=83?= =?UTF-8?q?=E5=9B=B4=E8=87=B3=E6=95=B4=E4=B8=AAservice=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eslint.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 4076c1d..ad0274b 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -15,7 +15,7 @@ export default uniHelper({ 'src/pages.json', 'src/manifest.json', // 忽略自动生成文件 - 'src/service/app/**', + 'src/service/**', ], // https://eslint-config.antfu.me/rules rules: {