Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eslint: allow ts extensions for config (vercel#75222)
### Why? `eslint.config.*ts` config files were not included to be calculated before as they are experimental but shouldn't be a blocker from us, so uncommented them from the supported config files. Will follow up with eslint config test cases when we enable the flat config on `eslint-config-next`, but confirmed on local that `.(m|c)ts` extensions work. Fixes vercel#74900
- Loading branch information