Skip to content

Commit 20a681f

Browse files
committed
chore: add .ncurc.js to avoid npm-check-updates indicating peerDependencies (with eslint) having update available
1 parent 56fa3d6 commit 20a681f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.ncurc.js

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

0 commit comments

Comments
 (0)