Skip to content

Commit d5487b5

Browse files
committed
dependency-lint: Disable generateTests option
We already run `npm run lint:deps` as part of CI, there is no need to also generate tests for this and slow down the build doing so.
1 parent 7a31176 commit d5487b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/dependency-lint.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
'use strict';
2+
3+
module.exports = {
4+
generateTests: false,
5+
};

0 commit comments

Comments
 (0)