Skip to content

Fix-JavaScript-lint-errors-#10801#10812

Open
Sumithraju wants to merge 1 commit intostdlib-js:developfrom
Sumithraju:sumithrau-Fix-JavaScript-lint-errors-#10801
Open

Fix-JavaScript-lint-errors-#10801#10812
Sumithraju wants to merge 1 commit intostdlib-js:developfrom
Sumithraju:sumithrau-Fix-JavaScript-lint-errors-#10801

Conversation

@Sumithraju
Copy link

@Sumithraju Sumithraju commented Mar 8, 2026

Resolves #10801.

Description

What is the purpose of this pull request?

This pull request:

  • Fixes a JSDoc indentation lint error in @stdlib/array/base/cusome-by-right by replacing a tab character with spaces in the @example block of lib/main.js, resolving the stdlib/jsdoc-no-tabs rule violation.

Related Issues

Does this pull request have any related issues?

This pull request has the following related issues:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request?

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.

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

Claude Code was used to help identify the lint issue location and verify the fix against the project's code style conventions. The fix itself (replacing tab with spaces) was authored and committed manually.


@stdlib-js/reviewers

@stdlib-bot stdlib-bot added the First-time Contributor A pull request from a contributor who has never previously committed to the project repository. label Mar 8, 2026
@stdlib-bot
Copy link
Contributor

Hello! Thank you for your contribution to stdlib.

We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:

  1. Please read our contributing guidelines.

  2. Update your pull request description to include this checked box:

    - [x] Read, understood, and followed the [contributing guidelines](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md)

This acknowledgment confirms that you've read the guidelines, which include:

  • The developer's certificate of origin
  • Your agreement to license your contributions under the project's terms

We can't review or accept contributions without this acknowledgment.

Thank you for your understanding and cooperation. We look forward to reviewing your contribution!

@Sumithraju Sumithraju force-pushed the sumithrau-Fix-JavaScript-lint-errors-#10801 branch from ad236f6 to 110c76b Compare March 9, 2026 08:19
@stdlib-bot stdlib-bot added the Good First PR A pull request resolving a Good First Issue. label Mar 9, 2026
@Sumithraju Sumithraju marked this pull request as ready for review March 9, 2026 08:32
@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label Mar 9, 2026
@Sumithraju Sumithraju force-pushed the sumithrau-Fix-JavaScript-lint-errors-#10801 branch from 110c76b to f9e0719 Compare March 9, 2026 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

First-time Contributor A pull request from a contributor who has never previously committed to the project repository. Good First PR A pull request resolving a Good First Issue. Needs Review A pull request which needs code review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix JavaScript lint errors

2 participants