Replies: 1 comment 2 replies
-
Oxlint does not yet support parsers other than JavaScript/TypeScript (Custom parsers). https://oxc.rs/docs/guide/usage/linter/plugins.html#adding-new-plugins Without custom parser support, it would be impossible to check the entire contents of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
OxLint just announced initial support for JS plugins: https://oxc.rs/blog/2025-10-09-oxlint-js-plugins
Supposedly the new plugin API is very similar to EsLint, but probably designed mostly with vanilla JS/TS in mind.
I am not sure how many changes would be needed to support this eslint plugin within oxlint.
I wanted to see if the Svelte team are interested in eventually supporting OxLint?
(felt this would be better in Discussions, but if you want me to open an issue for it to be tracked there, I can do so)
Beta Was this translation helpful? Give feedback.
All reactions