Skip to content

Commit 54ff8b9

Browse files
committed
Auto merge of #1960 - Turbo87:dep-lint, r=locks
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.
2 parents 1fe2513 + d5487b5 commit 54ff8b9

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)