Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit 26973ad

Browse files
committed
- Add .ncurc.js for use with npm-check-updates to avoid updating peerDeps. when performing auto-update
1 parent 9478b00 commit 26973ad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.ncurc.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
'use strict';
2+
3+
module.exports = {
4+
// Whitelist all for checking besides `peer` which indicates
5+
// somewhat older versions of `eslint` we still support even
6+
// while our devDeps point to a more recent version
7+
dep: 'prod,dev,optional,bundle',
8+
};

0 commit comments

Comments
 (0)