Skip to content

Commit f92913e

Browse files
committed
Add a CHANGES.md entry for Oxlint support in @fedify/lint
PR fedify-dev#760, which resolved fedify-dev#702 by adding an Oxlint plugin entrypoint at the @fedify/lint/oxlint subpath export, was merged without a corresponding changelog entry. This adds a @fedify/lint section under the unreleased Version 2.3.0 heading describing the new Oxlint support, crediting NyanRus. fedify-dev#702 fedify-dev#760 [ci skip] Assisted-by: Claude Code:claude-opus-4-8
1 parent 2995e82 commit f92913e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,20 @@ To be released.
390390
root, or when you want to inspect the generated files before
391391
installing. [[#720], [#776] by fru1tworld]
392392

393+
### @fedify/lint
394+
395+
- Added official Oxlint support through a new `@fedify/lint/oxlint` subpath
396+
export, which exposes Fedify's lint rules in the shape Oxlint's JS plugin
397+
API expects. Previously, using `@fedify/lint` from Oxlint required a local
398+
wrapper module to re-export the plugin object as the default export; the new
399+
entrypoint removes that friction. The rules are reused verbatim from the
400+
ESLint plugin, and the existing Deno and ESLint root exports are unchanged.
401+
Note that Oxlint's JS plugin support is still alpha upstream.
402+
[[#702], [#760] by NyanRus]
403+
404+
[#702]: https://github.com/fedify-dev/fedify/issues/702
405+
[#760]: https://github.com/fedify-dev/fedify/pull/760
406+
393407
### @fedify/vocab-runtime
394408

395409
- Added `PropertyPreprocessor`, `PropertyPreprocessorContext`, and `Json`

0 commit comments

Comments
 (0)