Skip to content

Commit

Permalink
Update dependency-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss authored Apr 20, 2022
1 parent 4bd3ea2 commit 86d19dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependency-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ executedModules:
ignoreErrors:
missing: []
shouldBeDependency: []
shouldBeDevDependency: []
unused:
shouldBeDevDependency:
- '@cucumber/message-streams' # peer dependency of @cucumber/gherkin-streams
unused:
- '@cucumber/compatibility-kit' # files dynamically loaded in cck test, not require'd
- '@typescript-eslint/eslint-plugin' # peer dependency of standard-with-typescript
- '@typescript-eslint/parser' # peer dependency of @typescript-eslint/eslint-plugin
Expand Down

0 comments on commit 86d19dd

Please sign in to comment.