generated from MetaMask/metamask-module-template
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.depcheckrc.yml
33 lines (33 loc) · 1.04 KB
/
.depcheckrc.yml
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
---
ignore-patterns:
- '.yarn'
- 'dist/'
ignores:
# Ignore depcheck itself (seems to be required for monorepos)
- 'depcheck'
# Ignore tsd even if it not used yet in some packages
- 'tsd'
# Ignore dependencies imported implicitly by TypeScript
- '@types/*'
# Ignore peer dependencies that appears unused, but are required
- 'webextension-polyfill'
# Ignore tools (packages which we use as executables and not libraries)
- 'rimraf'
- '@lavamoat/allow-scripts'
- '@metamask/auto-changelog'
- '@metamask/create-release-branch'
- 'ts-node'
- 'ts-jest'
- 'typedoc'
# Ignore plugins implicitly imported by tools
- 'jest-it-up'
- 'jest-silent-reporter'
- 'prettier-plugin-packagejson'
# Ignore dependencies which plug into the NPM lifecycle
- '@lavamoat/preinstall-always-fail'
# @metamask/eth-ledger-bridge-keyring
- '@ledgerhq/types-cryptoassets'
- '@ledgerhq/types-devices'
# Ignore dependency that is used with jest "directives" (thus, they cannot be detected
# by depcheck properly)
- 'jest-environment-jsdom'