This repository is a pre-commit mirror for the npm package oxlint.
It is not the source code for oxlint.
Its job is to publish and maintain the files/tags needed so users can run oxlint via pre-commit.
.github/workflows/main.ymlrunspre-commit-mirror-makeron pushes tomain..pre-commit-hooks.yamldefines the hook metadata (id,entry, dependency version, file types)..versionstores the currently mirrored package version.
The workflow regenerates mirror content and pushes updates (including tags) back to this repository.
When a new oxlint release should be mirrored:
- Update
.versionto that npm version. - Keep
.pre-commit-hooks.yamladditional_dependenciesaligned with the same version. - Push to
mainto run the workflow.