chore: fix JavaScript and EditorConfig lint errors (issues #10944, #1… by Sumithraju · Pull Request #10947 · stdlib-js/stdlib
Description
What is the purpose of this pull request?
This pull request fixes lint errors in the wilcoxon examples file:
- Replace
new Array()constructor with array literal[]and.push()method (issue Fix JavaScript lint errors #10944) - Fix indentation in comment blocks from spaces to tabs (issue Fix EditorConfig lint errors #10943)
Related Issues
Does this pull request have any related issues?
This pull request has the following related issues:
- Fix JavaScript lint errors #10944 (Fix JavaScript lint errors)
- Fix EditorConfig lint errors #10943 (Fix EditorConfig lint errors)
Questions
Any questions for reviewers of this pull request?
No.
Other
Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.
No.
Checklist
Please ensure the following tasks are completed before submitting this pull request.
- Read, understood, and followed the contributing guidelines.
AI Assistance
When authoring the changes proposed in this PR, did you use any kind of AI assistance?
- Yes
- No
If you answered "yes" above, how did you use AI assistance?
- [] Code generation (e.g., when writing an implementation or fixing a bug)
- Test/benchmark generation
- Documentation (including examples)
- Research and understanding
Disclosure
If you answered "yes" to using AI assistance, please provide a short disclosure indicating how you used AI assistance.
This PR was authored with gpt assistance. identified the lint errors, applied the fixes, and created the commit following stdlib guidelines.
@stdlib-js/reviewers