-
-
Notifications
You must be signed in to change notification settings - Fork 903
Update main.js #6426
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
Update main.js #6426
Conversation
Issue: A TODO comment triggers the no-warning-comments ESLint rule. Fix: Suppress the warning for this specific line by adding an ESLint disable comment. Signed-off-by: VEER RAJ <[email protected]>
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋 Hi there! 👋
And thank you for opening your first pull request! We will review it shortly. 🏃 💨
debug( 'Browserify options: %s', JSON.stringify( bopts ) ); | ||
return browserifyString( out, bopts, onBundle ); | ||
} | ||
// eslint-disable-next-line no-warning-comments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is not desired.
What is the issue number you are attempting to resolve? |
|
Thank you for working on this pull request. However, we cannot accept your contribution as this pull request does not meet the standards of this project. Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions. |
Issue: A TODO comment triggers the no-warning-comments ESLint rule.
Fix: Suppress the warning for this specific line by adding an ESLint disable comment.
Resolves #{{TODO: add issue number}}.
Description
This pull request:
Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers