Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: fix EditorConfig lint errors (issue #6925) #6929

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 11 commits into from

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
@@ -139,6 +139,11 @@ jobs:
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