-
|
Hi everyone! Now I'm also experimenting with using deno for writing skripts, but want to keep the strong possibilites of the established linting ecosystem to enforce some barriers in my code. I tried to make it work and it does work, if I install oxlint as an executable rather than as a node package (I mean, it uses rust after all), but if I try to enable typeaware linting, tsgolint is missing and I couldn't find an executable I could use or install in the repository to try, if standalone-oxlint can use that. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Have you installed If you can share error msgs/screenshots that will assist in debugging this - thanks! |
Beta Was this translation helpful? Give feedback.
Ah ok - you'd have to download the oxlint-tsgolint exe's from NPM then - you can point oxlint to them via the
OXLINT_TSGOLINT_PATHenv var.