Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: add placeholder file to satisfy ESLint CI #8142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
SuYaSh-PaThAk04 wants to merge 3 commits into stdlib-js:develop from SuYaSh-PaThAk04:develop

Conversation

Copy link

@SuYaSh-PaThAk04 SuYaSh-PaThAk04 commented Sep 25, 2025

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 <suyashp271@gmail.com>
Signed-off-by: Suyash Pathak <suyashp271@gmail.com>
@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
Signed-off-by: Suyash Pathak <suyashp271@gmail.com>
@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
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
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
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Fix JavaScript lint errors

AltStyle によって変換されたページ (->オリジナル) /