Skip to content

Commit

Permalink
fix: generate builtin rules type correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
KazariEX committed Nov 27, 2024
1 parent f0eecc5 commit b04b399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/typegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const configs = await combine(
{
plugins: {
'': {
rules: JS.configs.all,
rules: JS.configs.all.rules,
},
},
},
Expand Down

0 comments on commit b04b399

Please sign in to comment.