-
-
Notifications
You must be signed in to change notification settings - Fork 896
chore: fix JavaScript lint errors (issue #8050) #8073
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
chore: fix JavaScript lint errors (issue #8050) #8073
Conversation
4b15440
to
c785fec
Compare
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.
Left initial comments.
6f17fde
to
08fbf94
Compare
Coverage Report
The above coverage report was generated for the changes in this PR. |
@rajanarahul93 Please do not force push and overwrite existing changes. In doing so, you reverted changes that I had made to fix your PR. Please consult our contributing guide for tips on how to work with Git after pushing changes to a remote origin. |
Signed-off-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
Understood, thank you for merging the PR. I’ll make sure not to force push or overwrite changes next time!! |
Resolves #8050.
Description
This pull request:
jsdoc-doctest
error in@stdlib/assert/is-enumerable-property
by adding missing JSDoc examples, and ano-builtin-big-int
error in@stdlib/assert/has-bigint-support
by refactoring to use the stdlib-approved@stdlib/bigint/ctor
.Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers