-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Good First IssueA good first issue for new contributors!A good first issue for new contributors!
Description
JavaScript Linting Failures
Linting failures were detected in the automated JavaScript lint workflow run.
Workflow Details
- Run: https://github.com/stdlib-js/stdlib/actions/runs/20417782893
- Type: JavaScript Linting
- Date: 2025-12-22 00:18:45 UTC
Error Details
make[1]: Entering directory '/home/runner/work/stdlib/stdlib'
Linting file: lib/node_modules/@stdlib/stats/base/ndarray/maxabs/examples/index.js
Linting file: lib/node_modules/@stdlib/_tools/bundle/pkg-list/examples/multiple-bundles-single-scope/index.js
/home/runner/work/stdlib/stdlib/lib/node_modules/@stdlib/_tools/bundle/pkg-list/examples/multiple-bundles-single-scope/index.js
23:16 error require statement of file is missing a file extension. Value: bundle-collapser/plugin stdlib/require-file-extensions
26:16 error require statement of file is missing a file extension. Value: browser-pack-flat/plugin stdlib/require-file-extensions
✖ 2 problems (2 errors, 0 warnings)
Linting failed.
Linting file: lib/node_modules/@stdlib/blas/base/assert/is-transpose-operation/examples/index.js
Linting file: lib/node_modules/@stdlib/blas/ext/base/ndarray/dcusumors/examples/index.js
Linting file: lib/node_modules/@stdlib/utils/identity-function/examples/index.js
Linting file: lib/node_modules/@stdlib/ndarray/concat/examples/index.js
make[1]: *** [/home/runner/work/stdlib/stdlib/tools/make/lib/lint/javascript/eslint.mk:261: eslint-files] Error 1
make[1]: Leaving directory '/home/runner/work/stdlib/stdlib'
make: *** [/home/runner/work/stdlib/stdlib/tools/make/lib/lint/javascript/Makefile:158: lint-javascript-files] Error 2
Pull Request Instructions
- Please use the following PR title format:
"chore: fix JavaScript lint errors (issue #<ISSUE_NUMBER>)". - Reference this issue in the "Related Issues" section of the PR body as "resolves #<ISSUE_NUMBER>".
Metadata
Metadata
Assignees
Labels
Good First IssueA good first issue for new contributors!A good first issue for new contributors!