Skip to content

Add .eslint-ignore as ignore list filename#7987

Open
spenserblack wants to merge 2 commits into
github-linguist:mainfrom
spenserblack:filename/eslint-ignore
Open

Add .eslint-ignore as ignore list filename#7987
spenserblack wants to merge 2 commits into
github-linguist:mainfrom
spenserblack:filename/eslint-ignore

Conversation

@spenserblack
Copy link
Copy Markdown
Contributor

@spenserblack spenserblack commented May 28, 2026

Description

Encountered "in the wild" in the VS Code repo

Checklist:

@spenserblack spenserblack marked this pull request as ready for review May 28, 2026 14:22
@spenserblack spenserblack requested a review from a team as a code owner May 28, 2026 14:22
@Alhadis
Copy link
Copy Markdown
Collaborator

Alhadis commented May 28, 2026

BTW, I noticed you used this qualifier in your search to match filenames:

path:/(^|\/)\.eslint-ignore$/

There's a less cumbersome way of matching filenames:

path:**/.eslint-ignore

@spenserblack
Copy link
Copy Markdown
Contributor Author

There's a less cumbersome way of matching filenames:

path:**/.eslint-ignore

Thanks!

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.

2 participants