NX support #3271
Replies: 5 comments
-
Curious what doesn't work with nx? |
Beta Was this translation helpful? Give feedback.
-
It's just that there isn't any oxlint executor for nx. |
Beta Was this translation helpful? Give feedback.
-
Is there any docs on what that looks like? Sorry not super familiar with nx. |
Beta Was this translation helpful? Give feedback.
-
Here are some docs for it: Essentially it'll allow an NX project to be executed by Oxlint. You can probably get inspired by how the Eslint executor is here: https://github.com/nrwl/nx/tree/master/packages/eslint/src/executors/lint |
Beta Was this translation helpful? Give feedback.
-
This would indeed be great. To be able to switch to oxc by default. Currently using it with Nx would mean that with each new library, you would manually need to swap it with oxc. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It'd be great if I could use Oxlint instead of ESLint for my NX projects.
Beta Was this translation helpful? Give feedback.
All reactions