From b04b3996bf1ddb0a4de4460c68efd9a757750d4d Mon Sep 17 00:00:00 2001 From: KazariEX <1364035137@qq.com> Date: Thu, 28 Nov 2024 01:02:54 +0800 Subject: [PATCH] fix: generate builtin rules type correctly --- scripts/typegen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/typegen.ts b/scripts/typegen.ts index 9afb4fd46c..494ab5207a 100644 --- a/scripts/typegen.ts +++ b/scripts/typegen.ts @@ -9,7 +9,7 @@ const configs = await combine( { plugins: { '': { - rules: JS.configs.all, + rules: JS.configs.all.rules, }, }, },