From db98df354437e6ae4690eae1ff5db18244a4e9ba Mon Sep 17 00:00:00 2001 From: hailin Date: Wed, 21 May 2025 14:22:11 +0800 Subject: [PATCH] . --- chatdesk-ui/.eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chatdesk-ui/.eslintrc.json b/chatdesk-ui/.eslintrc.json index 6ec5479..be77583 100644 --- a/chatdesk-ui/.eslintrc.json +++ b/chatdesk-ui/.eslintrc.json @@ -8,7 +8,8 @@ ], "plugins": ["tailwindcss"], "rules": { - "tailwindcss/no-custom-classname": "off" + "tailwindcss/no-custom-classname": "off", + "@next/next/no-sync-scripts": "warn" // 添加此行来启用该规则 }, "settings": { "tailwindcss": {