-
Notifications
You must be signed in to change notification settings - Fork 0
/
.depcheckrc
38 lines (38 loc) · 972 Bytes
/
.depcheckrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"ignores": [
"eslint",
"@types/node",
"@types/react",
"@types/react-dom",
"@typescript-eslint/scope-manager",
"postcss",
"@chromatic-com/storybook",
"@storybook/addon-essentials",
"@storybook/addon-interactions",
"@storybook/addon-links",
"@storybook/addon-onboarding",
"@storybook/blocks",
"@types/eslint-plugin-security",
"@types/webpack-bundle-analyzer",
"jest",
"jest-environment-jsdom",
"@testing-library/react",
"@testing-library/dom",
"@testing-library/jest-dom",
"@types/jest",
"ts-node",
"prettier",
"eslint-config-prettier",
"eslint-plugin-prettier",
"@storybook/test-runner",
"@storybook/addon-a11y",
"@storybook/addon-viewport",
"@storybook/addon-measure",
"@storybook/addon-controls",
"@storybook/addon-actions",
"@storybook/addon-docs",
"@storybook/addon-jest",
"webpack-bundle-analyzer",
"@next/bundle-analyzer"
]
}