Skip to content

Commit 964b497

Browse files
committed
chore: add .ncurc.js to avoid npm-check-updates indicating peerDependencies (with eslint) having update available
1 parent 5e784ba commit 964b497

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ package-lock.json
1111
!.npmignore
1212
!.README
1313
!.travis.yml
14+
!.ncurc.js

.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)