feat(linter): add initial oxlint plugin, docs, and e2e coverage#34838
feat(linter): add initial oxlint plugin, docs, and e2e coverage#34838
Conversation
✅ Deploy Preview for nx-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for nx-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
View your CI Pipeline Execution ↗ for commit 6cf9a90
☁️ Nx Cloud last updated this comment at |
updates @nx/oxlint inferred command generation and adds regression coverage for vite config loading.
- fix heading case in oxlint introduction docs (vale errors) - add oxlint to pluginToTechnology mapping for auto-generated generator/executor pages - add knowledge-base/oxlint index page to resolve broken link - remove default maxWarnings: -1 from executor schema (caused CLI parse error) - use --max-warnings=N format to handle negative values safely
oxlint depends on @nx/eslint-plugin at runtime for boundaries-plugin bridge. pnpm resolves the workspace symlink which ESLint can't load without a build.
|
Wow! Would love to get this landed! |
|
We're going to test this out first as a labs extension :) follow along here: nrwl/nx-labs#441 and on socials when we're releasing this for you to try out |
implementation moved to https://github.com/nrwl/nx-labs this PR now contains only the astro-docs for the experimental oxlint plugin
implementation moved to https://github.com/nrwl/nx-labs this PR now contains only the astro-docs for the experimental oxlint plugin [Self-Healing CI Rerun]
There was a problem hiding this comment.
Nx Cloud has identified a flaky task in your failed CI:
🔂 Since the failure was identified as flaky, we triggered a CI rerun by adding an empty commit to this branch.
🔔 Heads up, your workspace has pending recommendations ↗ to auto-apply fixes for similar failures.
🎓 Learn more about Self-Healing CI on nx.dev
|
hey @juristr! Im pumped about this work. Any idea when this work will land into oxlint? |
|
warm reminder for @juristr. We really need it) |
This PR adds the documentation for the experimental
@nx/oxlintplugin. The plugin implementation lives in nx-labs.Related Issue(s)
Plugin implementation: nrwl/nx-labs#441