-
Notifications
You must be signed in to change notification settings - Fork 61
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
Recommended approach for vscode? #418
Comments
Is there still no other extension available? I could spend some time on this if there's no other solution available. |
I believe you need to |
I just wrote an extension. It can be found here. The extension is not that extensive yet. However you could give it a try and maybe it even fits your use case? |
HaaLeo
added a commit
to HaaLeo/stylint
that referenced
this issue
Aug 24, 2018
Fixes SimenB#440 and fixes SimenB#418
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The most discoverable approach for integrating stylint with vscode seems to be this plugin:
https://marketplace.visualstudio.com/items?itemName=vtfn.stylint
And I can install it, but it doesn't seem to do anything. Also the repository (and the repository's owner) seems to have gone away:
https://github.com/vtfn/vscode-stylint
Is there a more current approach?
It seems like making an eslint plugin might be the way to go.
http://eslint.org/docs/developer-guide/working-with-plugins
The text was updated successfully, but these errors were encountered: