From 4e95d2452e598586711c7bfc3b94295c55e4f3aa Mon Sep 17 00:00:00 2001 From: Lokeshranjan8 Date: Fri, 20 Jun 2025 08:35:54 +0530 Subject: [PATCH 1/2] chore: fix EditorConfig lint errors (issue #7414) --- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed --- --- .../@stdlib/_tools/pkgs/repl-help/lib/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/node_modules/@stdlib/_tools/pkgs/repl-help/lib/config.json b/lib/node_modules/@stdlib/_tools/pkgs/repl-help/lib/config.json index 498979242449..e206170df576 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/repl-help/lib/config.json +++ b/lib/node_modules/@stdlib/_tools/pkgs/repl-help/lib/config.json @@ -1,5 +1,5 @@ { - "pattern": "**/package.json", - "filename": "docs/repl.txt", - "ignore": [] + "pattern": "**/package.json", + "filename": "docs/repl.txt", + "ignore": [] } From f1c50177cc356ad52536e41932a7eeda9478d95c Mon Sep 17 00:00:00 2001 From: Athan Date: Fri, 20 Jun 2025 17:11:48 -0700 Subject: [PATCH 2/2] style: use 2-space indentation Signed-off-by: Athan --- .../@stdlib/_tools/pkgs/repl-help/lib/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/node_modules/@stdlib/_tools/pkgs/repl-help/lib/config.json b/lib/node_modules/@stdlib/_tools/pkgs/repl-help/lib/config.json index e206170df576..f60f6c62f7c4 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/repl-help/lib/config.json +++ b/lib/node_modules/@stdlib/_tools/pkgs/repl-help/lib/config.json @@ -1,5 +1,5 @@ { - "pattern": "**/package.json", - "filename": "docs/repl.txt", - "ignore": [] + "pattern": "**/package.json", + "filename": "docs/repl.txt", + "ignore": [] }