chore: fix JavaScript lint errors (issue #9301)#9305
chore: fix JavaScript lint errors (issue #9301)#9305kgryte 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 |
kgryte
left a comment
There was a problem hiding this comment.
LGTM. I verified. Rather than a folder path, the path is a file path, and adding the filename extension is, indeed, appropriate.
|
As the CI failure is not due to changes introduced in this PR, I'll go ahead and merge. |
Resolves #9301.
Description
This pull request:
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 Gemini to help understand the linting error logs
@stdlib-js/reviewers