-
-
Notifications
You must be signed in to change notification settings - Fork 72
Suggestion: Support TypeScript syntax in playground #709
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
Labels
Comments
This seems like a good idea. We'd probably want that option under "Versioning and Config". Would we need any other options for TypeScript parsing? |
1 task
TypeScript would need to know:
Both of those are already in "Versioning and Config". |
Awesome, thanks for the clarification. |
I'll take this. |
1 task
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What problem do you want to solve?
Coming over from eslint/eslint#19431 (comment): the playground on http://eslint.org/play right now does not support TypeScript syntax. Now that rules are adding support for TS syntax (eslint/eslint#19173), this blocks their TS-specific blocks from being represented in the playground.
What do you think is the correct solution?
How about:
@typescript-eslint/parser
Participation
Additional comments
No response
The text was updated successfully, but these errors were encountered: