NX support #3271
Replies: 4 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.
-
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