chore: add oxlint - #2339
Merged
Merged
Conversation
✅ Deploy Preview for pomerium-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Greptile SummaryAdds Oxlint as a CI-enforced linting tool.
Confidence Score: 5/5The pull request appears safe to merge. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| .github/workflows/pre-commit.yml | Adds the repository lint script to the existing pre-commit CI checks. |
| .oxlintrc.json | Configures Oxlint correctness checks and repository-specific exclusions. |
| package.json | Adds the Oxlint development dependency and lint script. |
| package-lock.json | Locks Oxlint 1.76.0 and its native platform dependency metadata. |
| docusaurus.config.ts | Removes an unused webpack import. |
| src/components/CoreConfiguration.tsx | Removes an unused callback parameter. |
| src/components/ReferenceTable.js | Removes unused service-filter UI code. |
| src/theme/Footer/Layout/index.js | Removes an unused footer layout parameter. |
Reviews (2): Last reviewed commit: "fix format check" | Re-trigger Greptile
kenjenkins
approved these changes
Aug 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add
oxlint. This repo doesn't currently useeslintso there's nothing to convert. There were a few unused variables that were fixed.Related
AI disclosure
none
Checklist