From df54dd9a1d853626dd47f3cddded4d064b9ed94c Mon Sep 17 00:00:00 2001 From: Kavyansh-Bagdi Date: Thu, 27 Mar 2025 22:39:49 +0530 Subject: [PATCH] chore: fix EditorConfig lint errors #6405 --- 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 --- --- lib/node_modules/@stdlib/_tools/pkgs/includes/lib/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/node_modules/@stdlib/_tools/pkgs/includes/lib/config.json b/lib/node_modules/@stdlib/_tools/pkgs/includes/lib/config.json index ed9f3d2d3a90..ae5453b62b10 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/includes/lib/config.json +++ b/lib/node_modules/@stdlib/_tools/pkgs/includes/lib/config.json @@ -1,4 +1,4 @@ { - "pattern": "**/package.json", - "ignore": [] + "pattern": "**/package.json", + "ignore": [] }