Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 42e9e0c

Browse files
adding incorrectly labelled missing dependencies and unused dependcies to depcheckrc
1 parent 70668fb commit 42e9e0c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.depcheckrc.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66
"@types/*",
77
"prettier-plugin-packagejson",
88
"ts-node",
9-
"typedoc"
9+
"typedoc",
10+
"@storybook/addon-actions",
11+
"@storybook/react-webpack5",
12+
"babel-loader",
13+
"dependency-tree",
14+
"eslint-plugin-node",
15+
"sass",
16+
"webpack",
17+
"@yarnpkg/core",
18+
"@yarnpkg/cli",
19+
"clipanion",
20+
"@yarnpkg/fslib"
1021
]
1122
}

0 commit comments

Comments
 (0)