docs(linter/plugins): promote JS plugins to alpha status#20281
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merging this PR will not alter performance
Comparing Footnotes
|
There was a problem hiding this comment.
Pull request overview
Updates Oxlint’s configuration documentation strings to reflect that JS plugins have moved from “experimental” to “alpha”, ensuring the JSON schema and generated TypeScript types (used by editor tooling and the website docs generation pipeline) show the updated status.
Changes:
- Replace “JS plugins are experimental” with “JS plugins are in alpha” in the linter JSON schema descriptions.
- Update Rust config struct doc comments for
jsPluginsin both the base config and overrides. - Regenerate/update the TypeScript config types so they match the schema text.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| npm/oxlint/configuration_schema.json | Updates jsPlugins and override jsPlugins descriptions/markdownDescriptions to say “in alpha”. |
| crates/oxc_linter/src/config/oxlintrc.rs | Updates Oxlintrc doc comment for jsPlugins note to “in alpha”. |
| crates/oxc_linter/src/config/overrides.rs | Updates override jsPlugins doc comment note to “in alpha”. |
| apps/oxlint/src-js/package/config.generated.ts | Updates generated TS doc comments to match the schema (“in alpha”). |
3ce9a39 to
a73ace1
Compare
Merge activity
|
Update "JS plugins are experimental" to "JS plugins are in alpha" in doc comments. This will translate over to website on next release.
a73ace1 to
f339f10
Compare
# Oxlint ### 🐛 Bug Fixes - 6b46ce8 oxlint: Ignore inherited root-only options in nested configs (#20291) (camc314) - bc20217 oxlint,oxfmt: Omit useless `| null` for `Option<T>` field from schema (#20273) (leaysgur) - f26e6ab linter: Make `generate-plugin-eslint` script work on windows (#20246) (camc314) ### 📚 Documentation - e4aa5b5 parser/napi, linter/plugins: Add JSDoc comments to raw transfer constants (#20286) (overlookmotel) - f339f10 linter/plugins: Promote JS plugins to alpha status (#20281) (overlookmotel) # Oxfmt ### 🐛 Bug Fixes - 96f761f oxfmt: Ensure stdin blocking mode is set for non-TTY environments (#20289) (camc314) - bc20217 oxlint,oxfmt: Omit useless `| null` for `Option<T>` field from schema (#20273) (leaysgur)

Update "JS plugins are experimental" to "JS plugins are in alpha" in doc comments. This will translate over to website on next release.