chore(website): configure the playground for all available file types#12211
Conversation
|
Thanks for the PR, @reduckted! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! 🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. |
✅ Deploy Preview for typescript-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
View your CI Pipeline Execution ↗ for commit a8bb7ee
☁️ Nx Cloud last updated this comment at |
JoshuaKGoldberg
left a comment
There was a problem hiding this comment.
Nice, I like the wiring up of existing fileTypes. This feels smooth. Thanks! ✨
c06b32c
into
typescript-eslint:main

PR Checklist
Overview
The playground's ESLint configuration only configured
.tsand.tsxfiles. None of the other file types were configured, so when ESLint parsed the config for a different file type it would fail to find the rules.The ESLint configuration is now configured for all of the file extensions that can be selected.
I've also included the error message in the linter message instead of only the stack trace to make it easier to debug in the future.