From ff9fcb1189a5ea1a94c9e1fb83c7477ea68a7695 Mon Sep 17 00:00:00 2001 From: coderiaser Date: Wed, 18 Feb 2026 14:15:22 +0200 Subject: [PATCH] chore: lint --- .nycrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nycrc.json b/.nycrc.json index 2a772159..36d6b4cb 100644 --- a/.nycrc.json +++ b/.nycrc.json @@ -3,9 +3,9 @@ "all": false, "exclude": [ "**/*.spec.js", - "**/fixture", "**/*.*.js", "**/*.config.*", + "**/fixture", "**/test/**" ], "branches": 100,