Repo: the eslint config `eslint-plugin-rules-test-files` files glob pattern is too limited

Author: Vinccool96Created Sep 6, 2026Updated Sep 14, 2026
Labelsrepo maintenanceaccepting prs

AI Assistance

Suggestion

The glob pattern is ['packages/eslint-plugin/tests/rules/*.test.ts']. This means that it does not includes nested tests files (like for prefer-optional-chain, nor does it includes the eslint-plugin-internal rule tests. It should be expanded to include them.

Additional Info

Source: typescript-eslint/typescript-eslint