WebDevSimplified/wds-shadcn-registry

[fix]: TSEslint Deprecation

Open

#106 aberto em 18 de set. de 2025

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (42 forks)github user discovery
good first issue

Métricas do repositório

Stars
 (281 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador