-
-
Notifications
You must be signed in to change notification settings - Fork 822
chore: fix JavaScript lint errors (issue #7024) #7037
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
base: develop
Are you sure you want to change the base?
Conversation
…e-nth-factorial/lib/index.js
@@ -17,14 +17,16 @@ | |||
*/ | |||
|
|||
'use strict'; | |||
|
|||
// 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.
// 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.
We want to flag warning comments such as this. Disabling prevents us from doing so. That also applies below. Please just focus on updating the loop.
for ( var i = 0; i < arguments.length; i++ ) { | ||
args.push(arguments[i]); |
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.
Neither of these lines follows project conventions.
Resolves #7024
Description
This pull request:
Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers