Skip to content

Commit 51fd763

Browse files
committed
fix: update depcheck ignores to include all reported packages
1 parent 3d8c48c commit 51fd763

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.depcheckrc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"ignores": [
33
"dotenv",
44
"@types/jest",
5-
"ts-jest"
5+
"ts-jest",
6+
"eslint",
7+
"jest",
8+
"prettier",
9+
"tsx",
10+
"typescript"
611
]
712
}

0 commit comments

Comments
 (0)