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. |
overlookmotel
left a comment
There was a problem hiding this comment.
One query below. But that maybe reflects a mistake in jest/no-export rule - side issue.
Merge activity
|
|
@camc314 Graphite seems to have had a brain fart. |
eff4a31 to
27e5d76
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR enables oxlint for the napi/parser directory by removing it from the ignore list in the oxlint configuration and adding necessary lint disable comments to suppress specific warnings.
- Removes
napi/parserfrom the oxlint ignore list inoxlintrc.json - Adds selective lint disable comments for legitimate cases where lint rules need to be bypassed
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| oxlintrc.json | Removes napi/parser from the oxlint ignore list to enable linting |
| napi/parser/test/visit.test.ts | Adds eslint disable comment for vitest/expect-expect rule |
| napi/parser/test/typescript-make-units-from-test.ts | Adds oxlint disable comment for jest/no-export rule |
| napi/parser/src-js/visit/visitor.js | Adds oxlint disable comment for typescript/no-implied-eval rule |
| napi/parser/src-js/raw-transfer/node-array.js | Adds oxlint disable comment for typescript/unbound-method rule |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
27e5d76 to
1cc7ee9
Compare

No description provided.