Skip to content

Commit

Permalink
feat(typegen.ts): include deprecated rule exception to allow combinin…
Browse files Browse the repository at this point in the history
…g configs
  • Loading branch information
Bluzzi committed Dec 24, 2024
1 parent add3bac commit b4b5206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/typegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const combine = async (...configs: Awaitable<TypedFlatConfigItem | TypedF
};

const configs = await combine(
// eslint-disable-next-line ts/no-deprecated
{ plugins: { "": { rules: Object.fromEntries(builtinRules.entries()) } } },
javascript(),
node(),
Expand Down

0 comments on commit b4b5206

Please sign in to comment.