Wondering about TS-ESLint for editors in the browser (like playground) #10798
Closed
jasonkuhrt
started this conversation in
Technical Discussions
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sorry if this is off-topic from the intent of this forum. Happy to take this elsewhere if so.
Body
Hey, I'm working on some features for GraphQL Hive Laboratory related to its Preflight aspect, a way to write code executed before sending a query in the laboratory.
graphql-hive/console#6476
We had a user asking us for better validation of contents, specially he had the classic error of a floating promise (non-awaited promise). This is exactly the kind of thing TS-ESLint helps catch :)
I'm writing here to ask about the TS-ESLint playground. It has features that we basically want to duplicate. AS we go looking at that open-source code, it would be great to get a high level view of what we're in for if we want to be running ESLint and TS-ESLint in the browser.
Currently we are using https://github.com/suren-atoyan/monaco-react with almost no customization.
Any insights by maintainers or community here would be much appreciated!
Before you submit your discussion, please confirm the following. If any of these required steps are not taken, we may not be able to review your RFC. Help us to help you!
Beta Was this translation helpful? Give feedback.
All reactions