8000 Repo: clean up `eslint.config.mjs` post `vitest` migration · Issue #11132 · typescript-eslint/typescript-eslint · GitHub
[go: up one dir, main page]

Skip to content

Repo: clean up eslint.config.mjs post vitest migration #11132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
3 tasks
aryaemami59 opened this issue May 5, 2025 · 0 comments · Fixed by #11135
Closed
3 tasks

Repo: clean up eslint.config.mjs post vitest migration #11132

aryaemami59 opened this issue May 5, 2025 · 0 comments · Fixed by #11135
Labels
repo maintenance things to do with maintenance of the repo, and not with code/docs triage Waiting for team members to take a look

Comments

@aryaemami59
Copy link
Contributor

Suggestion

Overview

  • The vitest plugin is should be scanning all files that are covered by tsconfig.spec.json, not just the test files.
  • Some references to non-existent repos like eslint-plugin-tslint.
  • Switch *.{ts,tsx,cts,mts} glob patterns to *.?(m|c)ts?(x) as it seems to be slightly faster.

Additional Info

I will submit a PR for this shortly.

@aryaemami59 aryaemami59 added repo maintenance things to do with maintenance of the repo, and not with code/docs triage Waiting for team members to take a look labels May 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
repo maintenance things to do with maintenance of the repo, and not with code/docs triage Waiting for team members to take a look
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant
0