generated from MetaMask/metamask-module-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.depcheckrc.yml
32 lines (32 loc) · 889 Bytes
/
.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
---
ignores:
# Ignore dependencies used by Yarn binaries in `.yarn`
- '@yarnpkg/*'
- 'clipanion'
- 'typanion'
# Ignore dependencies imported implicitly by TypeScript
- '@types/*'
# Ignore tools (packages which we use as executables and not libraries)
- '@lavamoat/allow-scripts'
- '@metamask/auto-changelog'
- '@metamask/create-release-branch'
- 'depcheck'
- 'eslint-interactive'
- 'rimraf'
- 'simple-git-hooks'
- 'ts-node'
# Ignore plugins for tools
- '@typescript-eslint/*'
- 'babel-jest'
- 'eslint-config-*'
- 'eslint-plugin-*'
- 'jest-silent-reporter'
- 'prettier-plugin-packagejson'
- 'typescript-eslint'
# Ignore dependencies imported implicitly by tools
- 'eslint-import-resolver-typescript'
# Ignore dependencies which plug into the NPM lifecycle
- '@lavamoat/preinstall-always-fail'
- 'react'
- 'react-native'
- 'twrnc'