We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This might not be possible due to it being written in Rust and based on SWC but this feels like it would be perfect as an Eslint plugin.
Loving the vscode extension anyway!
The text was updated successfully, but these errors were encountered:
This actually may be possible if ESLint supports WASM. Will let you know!
Sorry, something went wrong.
So I did quite a bit of research, including trying to make an eslint custom processor: https://eslint.org/docs/latest/extend/custom-processors
TLDR: Eslint doesn't support async processors, which we heavily rely on. Here's a really good thread for context: eslint/eslint#15475
ESLint will eventually do a rewrite (eslint/eslint#15475), so when they allow for custom processors with async, we can revisit this!
Awesome! Very useful @michaelangeloio, thank you
No branches or pull requests
This might not be possible due to it being written in Rust and based on SWC but this feels like it would be perfect as an Eslint plugin.
Loving the vscode extension anyway!
The text was updated successfully, but these errors were encountered: