Skip to content

Conversation

SuYaSh-PaThAk04
Copy link

Resolves #8140 .

Description

What is the purpose of this pull request?
Fixing JS linting issue.

This pull request:

Summary

The ESLint GitHub Actions workflow was failing because it expected at least one .js file at the repository root.
Since the file no longer exists, CI could not pass.

This PR adds a placeholder file beep.js containing only a comment to satisfy ESLint and unblock CI.

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

This is an interim workaround.

Proper solution: update ESLint workflow configuration to avoid depending on placeholder files.

Once configs are updated, beep.js should be safely deleted.

Other

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

No additional information

Checklist

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


@stdlib-js/reviewers

Signed-off-by: Suyash Pathak <[email protected]>
Signed-off-by: Suyash Pathak <[email protected]>
@stdlib-bot stdlib-bot added Good First PR A pull request resolving a Good First Issue. First-time Contributor A pull request from a contributor who has never previously committed to the project repository. Needs Review A pull request which needs code review. labels Sep 25, 2025
@stdlib-bot stdlib-bot added the Potential Duplicate There might be another pull request resolving the same issue. label Sep 26, 2025
@kgryte kgryte removed the Needs Review A pull request which needs code review. label Sep 26, 2025
@kgryte
Copy link
Member

kgryte commented Sep 26, 2025

@SuYaSh-PaThAk04 Thank you for your interest in stdlib; however, this fix is not what is desired, as we are not interested in creating extraneous files at the root project level in order to satisfy linting.

Thanks again for your interest, and we look forward to your future contributions.

@kgryte kgryte closed this Sep 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

First-time Contributor A pull request from a contributor who has never previously committed to the project repository. Good First PR A pull request resolving a Good First Issue. Potential Duplicate There might be another pull request resolving the same issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix JavaScript lint errors

3 participants