From 14d40c39661023c68cc7034aa1a34e0cb3257e47 Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Mon, 5 Aug 2024 09:25:13 +0200 Subject: [PATCH] test: Remove unnecessary depcheck excludes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3aae3f20..2cb17537 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "check-licenses": "licensee --errors-only", "cleanup": "rimraf lib coverage", "coverage": "nyc ava --node-arguments=\"--experimental-loader=@istanbuljs/esm-loader-hook\"", - "depcheck": "depcheck --ignores @commitlint/config-conventional,@istanbuljs/esm-loader-hook,@sapui5/types,@ui5/logger,ava,rimraf,sap,tsx,json-source-map,he,@types/he,mycomp", + "depcheck": "depcheck --ignores @commitlint/config-conventional,@istanbuljs/esm-loader-hook,rimraf,sap,mycomp", "hooks:pre-push": "npm run lint:commit", "lint": "eslint .", "lint:commit": "commitlint -e",