Closed
Description
EditorConfig Linting Failures
Linting failures were detected in the automated EditorConfig lint workflow run.
Workflow Details
- Run: https://github.com/stdlib-js/stdlib/actions/runs/15646111377
- Type: EditorConfig Linting
- Date: 2025-06-14 00:04:15 UTC
Error Details
Linting files for basic formatting errors...
Downloading v3.3.0
lib/node_modules/@stdlib/number/float64/base/exponent/manifest.json:
2-35: Wrong indent style found (tabs instead of spaces)
38-41: Wrong indent style found (tabs instead of spaces)
lib/node_modules/@stdlib/random/streams/normal/lib/defaults.json:
2-6: Wrong indent style found (tabs instead of spaces)
3 errors found
make: *** [/home/runner/work/stdlib/stdlib/tools/make/lib/lint/editorconfig.mk:90: lint-editorconfig-files] Error 1
Pull Request Instructions
- Please use the following PR title format:
"chore: fix EditorConfig lint errors (issue #<ISSUE_NUMBER>)". - Reference this issue in the "Related Issues" section of the PR body as "resolves #<ISSUE_NUMBER>".