Replies: 2 comments 1 reply
-
Nightly releases of oxlint on NPM would be convenient for developing IDE extensions without having to build the language server. I'm sure other people could find use cases too. In any case, below is the general idea of how to build the VS Code extension (and pre-requisites).
Some ways to install a vsix.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
We release roughly once a week. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Folks I'm very impressed about
oxlint
, because I have large monorepo with 90+ libs (~10k files) and eslint is pain point for me and our 40 engineers team (around ~12-14 mins in CI pipeline without cache) and when I get lint feedback in less than second it's very impressive!I'm testing
oxlint
against that monorepo and found some bugs, and I want to got updates more often (maybe nightly pre-releases?) or maybe you tell me how I can build oxlint locally (and vscode extention) for testing and fill the issues only when I test it against latest code.Beta Was this translation helpful? Give feedback.
All reactions