We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.ncurc.js
npm-check-updates
peerDependencies
eslint
1 parent 56fa3d6 commit 20a681fCopy full SHA for 20a681f
.ncurc.js
@@ -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