We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c35637 + 4dbdc01 commit c614aa0Copy full SHA for c614aa0
.depcheckrc.yml
@@ -6,3 +6,9 @@ ignores:
6
- retry # Use OperationOptions from retry in templates but not recognized by depcheck
7
- '@types/retry' # Corresponds to retry
8
- '@openapitools/openapi-generator-cli' # Used by openapi-generator-cli in `npm run renderTemplates`
9
+ - '@types/node-fetch' # Used by multiple files for fetch types
10
+ - chai # Used by multiple files for testing
11
+ - sinon # Used by multiple files for testing
12
+ - nock # Used by multiple files for testing to mock API calls
13
+ - handlebars # Used by generation script to generate version.ts and top level index.ts files
14
+ - fs-extra # Used by generation script and updateApis script
0 commit comments