From 4d26480075fc6115bd91e984a3171fef182f047f Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 10:15:12 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- .nycrc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.nycrc b/.nycrc index b34d4de03..9a7d6dc48 100644 --- a/.nycrc +++ b/.nycrc @@ -1,10 +1,5 @@ { - "reporter": [ - "text", - "lcov", - "json", - "html" - ], + "reporter": ["text", "lcov", "json", "html"], "exclude": [ "node_modules/**/*", "cypress/**/*", @@ -16,4 +11,4 @@ ], "all": true, "check-coverage": false -} \ No newline at end of file +}