Skip to content

Commit 6c31af2

Browse files
author
Ammar Dodin
committed
😒 ignore dependency lint errors for husky and typings
1 parent 5090ea8 commit 6c31af2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dependency-lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ executedModules:
2525
root: ''
2626

2727
ignoreErrors:
28-
shouldBeDependency: []
28+
shouldBeDependency: ['lint-staged']
2929
shouldBeDevDependency: []
3030
unused:
3131
- karma-*
3232
- eslint-*
3333
- shebang-loader # webpack
34+
- types*
35+
- husky
3436

3537
requiredModules:
3638
files:

0 commit comments

Comments
 (0)