Skip to content

fix: ignore node/ directory in ESLint config - #1024

Open
btea wants to merge 2 commits into
nodejs:mainfrom
btea:fix/eslint-ignore-node-dir
Open

fix: ignore node/ directory in ESLint config#1024
btea wants to merge 2 commits into
nodejs:mainfrom
btea:fix/eslint-ignore-node-dir

Conversation

@btea

@btea btea commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Description

The node/ directory contains a checkout of the Node.js source tree whose own eslint.config.mjs references files that don't exist in this repo (e.g. benchmark/eslint.config_partial.mjs). Add it to the ignores list so node --run lint doesn't fail.

image

Validation

Related Issues

Check List

  • I have read the Contributing Guidelines and made commit messages that follow the guideline.
  • I have run node --run test and all tests passed.
  • I have check code formatting with node --run format:check & node --run lint.
  • I've covered new added functionality with unit tests if necessary.

The `node/` directory contains a checkout of the Node.js source tree
whose own `eslint.config.mjs` references files that don't exist in
this repo (e.g. `benchmark/eslint.config_partial.mjs`). Add it to the
`ignores` list so `node --run lint` doesn't fail.
@btea
btea requested a review from a team as a code owner August 11, 2026 04:29
@vercel

vercel Bot commented Aug 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
api-docs-tooling Ready Ready Preview Aug 11, 2026 4:38am

Request Review

@codecov

codecov Bot commented Aug 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.43%. Comparing base (f46a0bd) to head (8033680).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1024   +/-   ##
=======================================
  Coverage   89.43%   89.43%           
=======================================
  Files         203      203           
  Lines       18871    18871           
  Branches     1763     1763           
=======================================
  Hits        16878    16878           
  Misses       1986     1986           
  Partials        7        7           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@AugustinMauroy AugustinMauroy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGMT ! I was thinking ESlint always ignore file listed on gitinonre

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants