forked from SalesforceCommerceCloud/commerce-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.depcheckrc.yml
More file actions
17 lines (17 loc) · 1.06 KB
/
.depcheckrc.yml
File metadata and controls
17 lines (17 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
ignores:
# Include a reason why each package is listed
- typedoc-plugin-external-module-map # Used by typedoc in `npm run doc`
- typedoc-plugin-nojekyll # Used by typedoc in `npm run doc`
- node-fetch # We only use @types/node-fetch, not node-fetch itself
- retry # Use OperationOptions from retry in templates but not recognized by depcheck
- '@types/retry' # Corresponds to retry
- '@openapitools/openapi-generator-cli' # Used by openapi-generator-cli in `npm run renderTemplates`
- '@types/node-fetch' # Used by multiple files for fetch types
- chai # Used by multiple files for testing
- sinon # Used by multiple files for testing
- nock # Used by multiple files for testing to mock API calls
- handlebars # Used by generation script to generate version.ts and top level index.ts files
- fs-extra # Used by generation script and updateApis script
- tslib # Used by the TypeScript compiler
- anypoint-cli-exchange-plugin # CLI tool executed via execSync in scripts, not imported
- anypoint-cli-v4 # CLI tool executed via execSync in scripts, not imported