Skip to content

Conversation

LalitNarayanYadav
Copy link
Contributor

Resolves #6925

Description

update indentation style in scaffold.sh and is-typedarray manifest

  • Replaced spaces with tabs in lib/node_modules/@stdlib/_tools/scaffold/math-strided-binary-by/scripts/scaffold.sh (lines 71–78).
  • Replaced tabs with spaces in lib/node_modules/@stdlib/assert/napi/is-typedarray/manifest.json (lines 2–27) to align with project formatting conventions.

Related Issues

#6925

Checklist


@stdlib-js/reviewers

@stdlib-bot stdlib-bot added Good First PR A pull request resolving a Good First Issue. Needs Review A pull request which needs code review. labels May 5, 2025
- name: 'Install dependencies'
if: steps.cache.outputs.cache-hit != 'true'
run: |
make install-node-modules || make install-node-modules || make install-node-modules
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also I am not sure, is this included by mistake in this PR?

Co-authored-by: Shabareesh Shetty <[email protected]>
Signed-off-by: Lalit Narayan Yadav <[email protected]>
@ShabiShett07
Copy link
Contributor

@LalitNarayanYadav, still the manifest.json indentation is not proper, please refer other packages for proper indentation

Copy link
Member

@Planeshifter Planeshifter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As mentioned by @ShabiShett07, this PR contains extraneous changes in .github/workflows/run_tests_coverage.yml that shouldn't be part of this PR.

Signed-off-by: Lalit Narayan Yadav <[email protected]>
@stdlib-bot stdlib-bot removed the Needs Review A pull request which needs code review. label May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Good First PR A pull request resolving a Good First Issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix EditorConfig lint errors

4 participants