chore: fix JavaScript lint errors (issue #11193)#11199
chore: fix JavaScript lint errors (issue #11193)#11199kgryte merged 1 commit intostdlib-js:developfrom
Conversation
|
👋 Hi there! 👋 And thank you for opening your first pull request! We will review it shortly. 🏃 💨 Getting Started
Next Steps
Running Tests LocallyYou can use # Run tests for all packages in the math namespace:
make test TESTS_FILTER=".*/@stdlib/math/.*"
# Run benchmarks for a specific package:
make benchmark BENCHMARKS_FILTER=".*/@stdlib/math/base/special/sin/.*"If you haven't heard back from us within two weeks, please ping us by tagging the "reviewers" team in a comment on this PR. If you have any further questions while waiting for a response, please join our Zulip community to chat with project maintainers and other community members. We appreciate your contribution! Documentation Links |
Coverage ReportNo coverage information available. |
|
Thank you for your contribution and congratulations on your first PR! |
Thank you for the review and merge! I appreciate it and look forward to further contributions. |
Resolves #11193.
Description
This pull request:
new Array(...)usage with array literals andpush(...)Related Issues
This pull request has the following related issues:
Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
I used ChatGPT only to locate the relevant file. I completed the refactor and all subsequent changes manually, and reviewed and validated the final code before submission
@stdlib-js/reviewers