-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Interactive examples / playground #168
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
Comments
We could merge the |
I'm working on this. A prototype of playground is here: https://mysticatea.github.io/typescript-eslint-demo/ Currently, there are some limitations:
|
@mysticatea Awesome! When do you think you will be able to share the code? |
|
Spawning off of the discussions in #125, logging it separately for visibility
Would be good if we can setup an interactive playground like https://mysticatea.github.io/vue-eslint-demo/
Similarly it would be good if we can add interactive examples to our docs like eslint-plugin-es: https://mysticatea.github.io/eslint-plugin-es/rules/no-json-superset.html
Both of these would of course require us to generate and deploy some form of a website.
The former would definitely be helpful in having users give us concrete REPLs for their bugs, and the latter is nicer than having to manually annotate static markdown codeblocks.
The text was updated successfully, but these errors were encountered: