WebDevSimplified/wds-shadcn-registry

[fix]: TSEslint Deprecation

Open

#106 创建于 2025年9月18日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)TypeScript (42 fork)github user discovery
good first issue

仓库指标

Star
 (281 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Feature description

Change from tseslint.config to defineConfig in eslint.config.ts since tseslint.config is deprecated. The only problem seems to be the way files are handled since doing this gives errors when one of the linters tries to lint MDX files when it probably shouldn't be linting those files.

Affected component/components

No response

Additional Context

No response

Before submitting

  • I've made research efforts and searched the documentation
  • I've searched for existing issues

贡献者指南