Support for Oxlint #21439
Replies: 4 comments 1 reply
-
Hey @fantoine - this would be a good case for a community plugin to work with oxlint and test out the dev ex while the tool gains traction. |
Beta Was this translation helpful? Give feedback.
-
From my experience with |
Beta Was this translation helpful? Give feedback.
-
Today I test oxlint against my large codebase ( 90 libs and around 8k files ). Default eslint / prettier (and other rules) pipeline is ~12 minutes without cache That will be new default linter 100%. But we really don't need nx plugin because whole REPO linted for half of sec! I think maximum time will be few secs with support all needed plugins in future! |
Beta Was this translation helpful? Give feedback.
-
Yes it is really blazing fast! We are waiting for type-aware support. |
Beta Was this translation helpful? Give feedback.
-
Description
Allow the usage of oxlint in place of eslint.
Motivation
Even if oxlint is still pretty young, it provides far better performances than eslint (50 to 100 times faster according to them).
Since in large projects eslint can run for several minutes, this would significantly improve DX and CI integrations.
Suggested Implementation
I suppose that adding a new
@nx/oxlint
executor should be the way to go.Beta Was this translation helpful? Give feedback.
All reactions