-
-
Notifications
You must be signed in to change notification settings - Fork 277
Expand file tree
/
Copy path.depcheckrc.yml
More file actions
25 lines (25 loc) · 739 Bytes
/
.depcheckrc.yml
File metadata and controls
25 lines (25 loc) · 739 Bytes
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
---
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'
- 'typedoc'
# Ignore plugins implicitly imported by tools
- 'jest-silent-reporter'
- 'prettier-plugin-packagejson'
# Ignore plugins we explicitly use with tools
- 'babel-jest'
# Ignore dependencies which plug into the NPM lifecycle
- '@lavamoat/preinstall-always-fail'