Skip to content

Conversation

RudrakshRaina07
Copy link
Contributor

@RudrakshRaina07 RudrakshRaina07 commented Oct 18, 2025

Resolves isuue #8253

Description

This pull request is made to resolve issue #8253 Javascript Lint error and issue #8260 javascript lint error.

This pull request:

  • This pull request resolves issue Fix JavaScript lint errors #8253. The Node.js tried to open or require a file called boop.js but it didn’t exist, so Node throws the ENOENT (“Error NO ENTry”) error. This error stopped the linter from running, even though the rest of your code was fine. I changed the fenced code blocks in Markdown from: javascript to javascript markdown text.
  • This PR resolves issue Fix JavaScript lint errors #8260 . The Eslint found a unneccessary rule "// eslint-disable-next-line no-throw-literal" thst's why it was giving this error. I have removed that code.

Related Issues

None.

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.

Screenshot 2025-10-18 171242 Screenshot 2025-10-20 131320 ![Uploading Screenshot 2025-10-20 131353.png…]()

Checklist

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

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

stdlib-bot commented Oct 18, 2025

Coverage Report

Package Statements Branches Functions Lines
assert/is-nonpositive-integer-array $\color{green}76/76$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}76/76$
$\color{green}+100.00\%$
utils/try-require $\color{green}102/102$
$\color{green}+100.00\%$
$\color{green}8/8$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}102/102$
$\color{green}+100.00\%$

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

@RudrakshRaina07 RudrakshRaina07 changed the title Resolving issue #8253 chore: fixed javascript lint errors #8253 Oct 18, 2025
@stdlib-bot stdlib-bot removed the Needs Review A pull request which needs code review. label Oct 20, 2025
@RudrakshRaina07 RudrakshRaina07 changed the title chore: fixed javascript lint errors #8253 chore: fixed javascript lint errors #8253 #8260 Oct 20, 2025
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.

3 participants