Skip to content

chore: fix JavaScript lint errors - #13259

Merged
kgryte merged 7 commits into
stdlib-js:developfrom
ujjwalv01:fix-js-lint-13252
Aug 7, 2026
Merged

chore: fix JavaScript lint errors#13259
kgryte merged 7 commits into
stdlib-js:developfrom
ujjwalv01:fix-js-lint-13252

Conversation

@ujjwalv01

Copy link
Copy Markdown
Contributor

Resolves #13252.

Description

What is the purpose of this pull request?

This pull request:

  • Fixes a JSDoc doctest linting failure in @stdlib/fs/read-dir by updating the // => assertion syntax to the non-assertive // e.g., => syntax for a cross-context instanceof Error check.

Related Issues

Does this pull request have any related issues?

This pull request has the following related issues:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.

AI Assistance

When authoring the changes proposed in this PR, did you use any kind of AI assistance?

  • Yes
  • No

@stdlib-js/reviewers

@ujjwalv01
ujjwalv01 requested a review from a team July 4, 2026 10:40
@stdlib-bot stdlib-bot added Needs Review A pull request which needs code review. Good First PR A pull request resolving a Good First Issue. labels Jul 4, 2026
@stdlib-bot

stdlib-bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Coverage Report

No coverage information available.

@stdlib-bot stdlib-bot added Potential Duplicate There might be another pull request resolving the same issue. and removed Potential Duplicate There might be another pull request resolving the same issue. labels Jul 6, 2026
@kgryte kgryte added difficulty: 1 Low degree of difficulty. Should be straightforward to implement and/or resolve. review: 5 and removed Needs Review A pull request which needs code review. labels Jul 21, 2026
Comment thread lib/node_modules/@stdlib/fs/read-dir/examples/index.js Outdated
@ujjwalv01
ujjwalv01 marked this pull request as draft August 6, 2026 15:40
Comment thread lib/node_modules/@stdlib/fs/read-dir/README.md
Co-authored-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
@kgryte
kgryte marked this pull request as ready for review August 6, 2026 23:23
@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label Aug 6, 2026
@kgryte kgryte changed the title chore: fix JavaScript lint errors (issue #13252) chore: fix JavaScript lint errors Aug 7, 2026
@kgryte
kgryte merged commit e25377a into stdlib-js:develop Aug 7, 2026
29 checks passed
@stdlib-bot stdlib-bot removed the Needs Review A pull request which needs code review. label Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

difficulty: 1 Low degree of difficulty. Should be straightforward to implement and/or resolve. Good First PR A pull request resolving a Good First Issue. review: 5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix JavaScript lint errors

3 participants