Skip to content

Conversation

@Ankit-Trivedi-02
Copy link
Contributor

Resolves #8483

Description

This pull request fixes a JavaScript lint error in the @stdlib/fs/read-dir examples.
Specifically, the doctest for readDir.sync was incorrect, showing false instead of true. This PR updates the comment to match the actual behavior.

Related Issues

This pull request is related to:

Questions

When i try to lint specific file in my system it says ESLint couldn't find the plugin "eslint-plugin-stdlib". do you think if i start working with docker this issue will be fixed.

Other

No.

Checklist

AI Assistance

  • Yes

  • [] No

  • Code generation (e.g., when writing an implementation or fixing a bug)

  • Test/benchmark generation

  • Documentation (including examples)

  • Research and understanding

uses ai for linting issues and majorly this documentation of PR


@stdlib-js/reviewers

@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 Dec 23, 2025
@stdlib-bot
Copy link
Contributor

Coverage Report

Package Statements Branches Functions Lines
fs/read-dir $\color{green}171/171$
$\color{green}+100.00%$
$\color{green}7/7$
$\color{green}+100.00%$
$\color{green}2/2$
$\color{green}+100.00%$
$\color{green}171/171$
$\color{green}+100.00%$

The above coverage report was generated for the changes in this PR.

@stdlib-bot stdlib-bot removed the Needs Review A pull request which needs code review. label Dec 23, 2025
@Ankit-Trivedi-02 Ankit-Trivedi-02 deleted the chore/fix-js-lint-8483 branch December 23, 2025 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Good First PR A pull request resolving a Good First Issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix JavaScript lint errors

2 participants