Add Faster Linter Plugin using Deno linter #8496
forest1102
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
feel free to make one using js plugin |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, I am using ForkTsCheckerWebpackPlugin for linting when build-dev.
However, when using Deno, ForkTsCheckerWebpackPlugin does not work due to Deno and Node compatibility.
And
deno_lint
is developed by Rust and published in crate.So, DenoLinterRspackPlugin will become faster alternative.
Beta Was this translation helpful? Give feedback.
All reactions